-
大家好,我这里应用ocr_test项目(densenet-no-blstm网络)测试多张图片识别效果时,当用gpu模式是可以顺利进行。但是,当我应用cpu模式时,会报错:Trying to copy blobs of different sizes.
简单分析以后,发现识别第一张图片时没有问题,但是识别第二张图片时,在DenseBlock_layer层会出现:source.count() !…
-
HI! I'm considering running a hydrid DNN with BLSTM and a couple of feedforward hidden layers. I have been able to run a feedforward DNN with submit.sh run_merlin.py. But I read the following
Deep F…
-
-
Hi Rayan:
Thanks,I'm sorry I ask for your help again.Thanks very much for your enjoying code that helps me a lot.When I read the code,I have a statement that doesnit quite understand in ‘find_best…
-
When i run the lstm.sh which in eend/egs/mini_librisppech/v1/local/run_blstm, i get the usingwarning: shared memory size is too small.
Please set shared_mem option for MultiprocessIterator.
Expect s…
-
你好,我现在用这个实验的代码在timit进行了实验。但是在test集上得到的错误率大概在0.35左右,与主页上的图标的实验结果相差很多。而且,主页上图标的训练集和测试集的错误率下降曲线的横坐标不是很明确。不太了解是epoch还是什么呢?我目前选用的参数是2层blstm,learning rate 0.0001,也就是脚本中默认的模型参数。所以想问一下,如何能够复现出如图中所示的实验结果?是否有其他…
-
Hi,
As mentioned [here](https://github.com/tensorflow/tensorflow/issues/63362#issuecomment-2226996257), a drop in model results was observed in the new version of TensorFlow using the new Keras. I …
-
没有找到ctcpp.h
https://github.com/ChWick/warp-ctc 这个里面也是只有ctc.h
这两个不一样吗?能否提供一个ctcpp.h
已解决,在https://github.com/ChWick/warp-ctc分支中找到
-
我编译成功后test了下,有点迷惑,想请教一下目前的版本是不是只能识别单行的图片?
我输入整张图片基本只能识别一个字
@kasyoukin @moucmou
-
Hello
First of all, thanks for providing BLSTM + CTC as open source. I attribute yours in my future paper.
I successfully install dependencies (i.e. cudamat, gnumpy, npmat) and make execution files …