qinst64

Results 10 comments of qinst64

is _web.archive.org_ this website still available?

Well.... it crashed in another excel file (around 1.5M) with "j" `1.0.0`. The same error. I guess the problem is what it reports... the text inside is too large (how...

I have found the solution myself 1. This is an alternative way by using `xlsx` without `j` ``` javsdcript const XLSX = require('xlsx'); function extractText( filePath, options, cb ) {...

+1. Needs that Or `gjson` adds something like `path = gjson.GetPath(xx, searchpattern)` which would be used in `sjson.Set(xx, path, ..)`

@jakebian Vgg16 is going great but when I use `keras.applications.inception_v3` as the quiver input, the prediction is not as expected (quite bad). Then I compared [inception_v3.py](https://github.com/fchollet/keras/blob/master/keras/applications/inception_v3.py) and [vgg16.py](https://github.com/fchollet/keras/blob/master/keras/applications/vgg16.py) and find...

1. 有很多呀。比如https://keras-cn.readthedocs.io/en/latest/layers/pooling_layer/, `padding`都写成`border_mode`。 2. 另外同一页的`strides=None`并没有解释这个默认的`None`是什么意思。源文件里面写到`If None, it will default to "pool_size".` 但是我不知道这个pool_size是什么。 怎么这么久还没有人更新呢? 3. 对于`padding`我看很多默认都是`same`, 还有其他比如`kernel_initializer`是`truncated_normal`, 为什么keras不把默认值改成大家最常用的呢,是为了兼容th还是别的原因吗

Well, this library does NOT deal with memory usage in a better way, so I switched to [StringUtils](https://www.arduino.cc/reference/en/libraries/stringutils/) instead for my quick project. It creates a fixed size memory (by...

尝试尝试了手机和平板(均已root,android 6.0),微信版本6.3.31以及6.3.13,都不work,提示没有root。软件压根就没有在sdcard上新建WeChatMomentStat文件夹。我手动新建文件夹并把SnsMicroMsg.db拷贝过去,一样的错误提示。 @Chion82 不是很明白手动拷贝的意图?软件是先读取哪个SnsMicroMsg.db呢,如果同时存在那读取哪个?

found same problem. `Face3` was remove in `r126` and now the latest is `r128`