diff --git a/TrainingTesseract-4.00.md b/TrainingTesseract-4.00.md index 438dfca..72224d9 100644 --- a/TrainingTesseract-4.00.md +++ b/TrainingTesseract-4.00.md @@ -488,8 +488,9 @@ The lstmtraining program outputs two kinds of checkpoint files: checkpoint, but is smaller because it doesn't have a backup model to be used if the training runs into divergence. -Either kind of these checkpoint files can be converted to a standard (best/float) traineddata file or -fast/integertraineddata file by using the `stop_training` and `convert_to_int` flags with lstmtraining. +Either kind of these checkpoint files can be converted to a standard (best/float) traineddata file or +slightly less accurate (fast/integer) traineddata file by using the `stop_training` and `convert_to_int` +flags with lstmtraining. # TessTutorial