qjadud1994 / CRNN-Keras

CRNN (CNN+RNN) for OCR using Keras / License Plate Recognition
MIT License
527 stars 191 forks source link

Calculate the accuracy of model during training #35

Open DeeeepNet opened 5 years ago

DeeeepNet commented 5 years ago

Hi I want to calculate the accuracy of the model during training, what do I do ? in the model.compile, there is a metrics option that can be 'accuracy', but I don't know, this accuracy metric is right for this problem or just only is for classification problem. In your opinion, for this problem, I just write custom function accuracy?