Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn
MIT License
297 stars 101 forks source link

How to compute accuracy both from train and test set #44

Open joei1994 opened 5 years ago

izhaojinlong commented 5 years ago

I also want to know how to predict a picture.

sharonapa commented 5 years ago

For train accuracy I'm checking the batch result vs ground truth data every few iterations. For test, running on 20% of train size and only new Images that the train did not see.