bgshih / crnn

Convolutional Recurrent Neural Network (CRNN) for image-based sequence recognition.
MIT License
2.05k stars 549 forks source link

accurary #108

Open CXY573 opened 6 years ago

CXY573 commented 6 years ago

There is another code using pytorch with the same process as your paper

https://github.com/meijieru/crnn.pytorch

The parameter in the CNN,RNN is just copy from your paper.And since the frame of torch and pytorch is same, i believe that the code write in pytorch must have the same performance as your code. But when I testing in the iiit5k,the accuracy is just 65%.I set the learning-rate into 0.001,and using adadelta. Can you tell me how i can change that or which problem i might have maked Thank you sincerely @bgshih

Aurora11111 commented 6 years ago

@CXY573 I think it's much because of your datesets is not enough!