From 8b178c9b946dce638119e1b0e87ab1c17f4d23c2 Mon Sep 17 00:00:00 2001 From: Shreeshrii Date: Mon, 22 Jul 2019 09:19:44 +0530 Subject: [PATCH] Updated TrainingTesseract 4.00 (markdown) --- TrainingTesseract-4.00.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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