tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
625 stars 180 forks source link

Getting rms, word train and delta information #173

Closed bharathsivakumar1 closed 4 years ago

bharathsivakumar1 commented 4 years ago

So I have been using the tesstrain repository successfully for a while now. I just wanted to know if it possible for me to extract the rms, word_train and delta information that I see at each checkpoint during training, after the training has been fully completed, at each instance at which the checkpoint is written?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

kba commented 4 years ago

You're probably best off logging to a file with tee: make [...] | tee training.log.