CRNN-Keras
CRNN-Keras copied to clipboard
Calculate the accuracy of model during training
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
?