Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eval/Validation CER #1

Closed
whisere opened this issue Feb 2, 2022 · 5 comments
Closed

Eval/Validation CER #1

whisere opened this issue Feb 2, 2022 · 5 comments

Comments

@whisere
Copy link

whisere commented Feb 2, 2022

Hello I tried this branch instead of the original for plotting after seeing this post tesseract-ocr/tesstrain#239, but EvalCER and ValidationCER are both empty so only plotting training CER but not the Eval/validation CER? Thanks.

@Shreeshrii
Copy link
Owner

Eval cer will be plotted only after the eval process run by training. You can review the log file to verify that training has been run long enough to run lstmeval.

@whisere
Copy link
Author

whisere commented Feb 2, 2022

Many thanks! May I ask what is the command to run eval? I use the default MAX_ITERATIONS, it should be long enough?

@whisere
Copy link
Author

whisere commented Feb 2, 2022

I used this command: nohup make training MODEL_NAME=model_name START_MODEL=eng TESSDATA=../tessdata_best MAX_ITERATIONS=10000 > plot/TESSTRAIN.LOG &
Thanks.

@whisere
Copy link
Author

whisere commented Feb 3, 2022

I can't find any lstmeval in the log (after training is finished) or in the scripts, I don't think this eval is run during the training, perhaps that needs to be run separately?

@Shreeshrii
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants