Why evaluation score always 0.0 #12919
Unanswered
minhhoang2705
asked this question in
Q&A
Replies: 1 comment
-
From the given logs, seems like your model are overfitted because of too few training data. You can try the following:
Reasonable amount of data should be somewhat around 50000 images, depending on the char dict you used. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been training CRNN for Vietnamese text recognition for days but my evaluation score always 0.0 in spite of my training score improve


Here is my CRNN config file. If there anything wrong please let me know.
Beta Was this translation helpful? Give feedback.
All reactions