Belval / CRNN

A TensorFlow implementation of https://github.com/bgshih/crnn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to compute accuracy both from train and test set

joei1994 opened this issue · comments

I also want to know how to predict a picture.

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.