Scott

Results 17 comments of Scott

same problem ---edit----- @khsibr the project cannot find the libgoogle-glog-dev.so you can add find_packge to the cmakeList.txt & check /etc/environment LD_LIBRARY_PATH

manual run the cmd gen the G* files in ~/.config/tags successfully. however in neovim it gens files with 0kb. ``` 8 " change focus to quickfix window after search (optional)....

前4,5个epoch是这样的,大概到第7个epoch就有明显变化,已经可以感觉到,10几个之后就已经有一些对的了,如果不收敛,可以调调lr(比如调到1e-3,可以很快看到结果)

时间和step有关,可以减小step,另外ctc是很耗时的,可以打开run_metadata选项看看瓶颈在哪里 我打开nvdia-smi发现是有用到GPU的,如果你发现能有加速的方法,请再留言吧

我看你一个epoch只用了37.416s,你用了多少数据做训练?

---update--- 我发现与优化器的选择有关,我改成Adam结果无法收敛,又改回RMS,就正常了,几个Epoch有正确的了 我最近重新生成了一些图片,发现acc也是0,网络无法收敛了... 我拿去识别身份证号码还是好的,不知道什么问题。

@hsmyy 欢迎拍砖,可以把修改的版本提交push上来