tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
630 stars 184 forks source link

How to stop training? #285

Closed haideralipf closed 2 years ago

haideralipf commented 2 years ago

I tried to fine tune digits traineddata with "/" in training dataset but the delta is continuously going 0 means its not learning. probably cant add new character in already traineddata. now i want to stop training i tried ps aux and kill nohup training command but its still generating logs and consuming my cpu and also slowing down other trainings. any tip how can i stop the training process?

haideralipf commented 2 years ago

there is another lstmtraining command running in background can kill that command to kill training