-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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. |
Many thanks! May I ask what is the command to run eval? I use the default MAX_ITERATIONS, it should be long enough? |
I used this command: nohup make training MODEL_NAME=model_name START_MODEL=eng TESSDATA=../tessdata_best MAX_ITERATIONS=10000 > plot/TESSTRAIN.LOG & |
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? |
See https://github.com/Shreeshrii/tess5train-fonts Compare the plot files for finetuning and replacing a layer and you can see that eval does run for replace a layer training. https://github.com/Shreeshrii/tess5train-fonts/blob/main/data/engLayer/plots/engLayer-LOG-2.png |
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.
The text was updated successfully, but these errors were encountered: