[tesseract-ocr] How to continue training with Makefile + EPOCHS

2023-12-05 Thread Ghinwa Choueiter
Hi there, I trained a model as follows export TESSDATA_DIR=//tessdata_best/ export LANGDATA_DIR=//tesstrain/data nohup make LANG_TYPE=RTL \ MODEL_NAME=ara_plus \ PSM=13 \ START_MODEL=ara \ TESSDATA=$TESSDATA_DIR \ LANGDATA_DIR=$LANGDATA_DIR \ EPOCHS=100 \

Re: [tesseract-ocr] How to continue training with Makefile + EPOCHS

2023-12-05 Thread Keith Smith
>From one novice to another ... 1. Yes, that is my understanding of how to run further iterations. 2. Yes, EPOCHS says to iterate that many times over your set of tests. I think I have heard the recommended number of EPOCHS in general is 2, though I don't know how much science is behind that. I