bgshih / crnn

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

Training of the provided model #11

Closed moraval closed 8 years ago

moraval commented 8 years ago

Hi @bgshih,

I wanted to ask you, how did you train the provided model. It's performance on ICDAR 2013 is pretty good (88,7% accuracy). When I tried to train my own model based on the Jaderbergs synthetic model I only achieved the accuracy of 87%).

Best.

bgshih commented 8 years ago

@moraval The training code might result in models with varying performance, either higher or lower. 87% looks normal to me. You can try some other models that have been saved during the training process and pick out the best one.