-
我在使用crnn.pytorch进行训练,结果多gpu总是出问题,能请问一下你是多gpu训练的吗?
而且我看crnn_main.py里面程序也是又问题的,param对应不上,所以这是您最后执行成功的代码吗?
-
I tried to train ICDAR 2015 and SVHN (as "mydataset") and for both datasets network quickly starts to predict all blanks (which is rather typical for CRNN), but the loss (especially CTC) doesn't impro…
-
Hello, Belval, it's me again~ My mentor want me to implement crnn with tensorflow...But I'm poor at coding,I don't know how to start this project, can u give me some advice? Thanks very very very much…
-
yue@yue-Vostro-3668:~/crnn_chinese_characters_rec$ cd warp-ctc/pytorch_binding
yue@yue-Vostro-3668:~/crnn_chinese_characters_rec/warp-ctc/pytorch_binding$ python setup.py install
Torch was not built…
-
我想问一下warp-ctc是不是在直接是rnn的输出就好了?但是nn.ctcloss需要加一层softmax才能输入到ctc中,但是我看你的代码没有加softmax,这样是可以的吗?另外好像官网更新了ctcloss
-
Detailed error description::
Traceback (most recent call last): …
-
I am trying to train a model but always getting accuracy as 0.00 :)
My data folder ->
[data.zip](https://github.com/zhiqwang/crnn.pytorch/files/3268869/data.zip)
**Command used** : python ./main.py…
-
@s3nh Hi there,
What is the current code status?
ghost updated
5 years ago
-
你好,我用虚拟生成的10个字的数据进行训练,https://pan.baidu.com/s/1dFda6R3#list/path=%2F ,训练之后,在预测的时候结果也总是10个字左右,少于10个字的图片,预测就有重复字,多于10个字的图片,预测就会丢字,总之最后的结果都会是10±2个字,请问这是什么情况啊,不是应该支持不定长的识别么
-
@pvoigtlaender @doetsch I am trying your experiment of mdlstm on IAM, there are some problems about the input and output.
1. why the image are transformed from 2D tensor to 1D sequence?
2. what …