tesseract-ocr / tesstrain

Train Tesseract LSTM with make
Apache License 2.0
620 stars 181 forks source link

Training performance #226

Closed dor01 closed 3 years ago

dor01 commented 3 years ago

Hey,

What hardware parts can make the training faster? Need to install somthing like CUDA?

stweil commented 3 years ago

Tesseract only uses CPU. The training process uses up to 8 threads. So get a fast CPU with 8 cores. Most parts of the training use only 4 cores, so that is usually enough.