*Please help me*

ESSDATA_PREFIX=../tesseract/tessdata make training MODEL_NAME=foo 
START_MODEL=eng TESSDATA=../tesseract/tessdata MAX_ITERATIONS=10
combine_lang_model \
  --input_unicharset data/foo/unicharset \
  --script_dir data/langdata \
  --numbers data/foo/foo.numbers \
  --puncs data/foo/foo.punc \
  --words data/foo/foo.wordlist \
  --output_dir data \
   \
  --lang foo
Failed to read data from: data/foo/foo.wordlist
Failed to read data from: data/foo/foo.punc
Failed to read data from: data/foo/foo.numbers
Loaded unicharset of size 112 from file data/foo/unicharset
Setting unichar properties
Other case É of é is not in unicharset
Setting script properties
Warning: properties incomplete for index 47 = ~
Config file is optional, continuing...
Failed to read data from: data/langdata/foo/foo.config
Null char=2
lstmtraining \
  --debug_interval 0 \
  --traineddata data/foo/foo.traineddata \
  --old_traineddata ../tesseract/tessdata/eng.traineddata \
  --continue_from data/eng/foo.lstm \
  --learning_rate 0.0001 \
  --model_output data/foo/checkpoints/foo \
  --train_listfile data/foo/list.train \
  --eval_listfile data/foo/list.eval \
  --max_iterations 10 \
  --target_error_rate 0.01
Loaded file data/eng/foo.lstm, unpacking...
Warning: LSTMTrainer deserialized an LSTMRecognizer!
Code range changed from 111 to 111!
Num (Extended) outputs,weights in Series:
  1,36,0,1:1, 0
Num (Extended) outputs,weights in Series:
  C3,3:9, 0
  Ft16:16, 160
Total weights = 160
  [C3,3Ft16]:16, 160
  Mp3,3:16, 0
  Lfys64:64, 20736
  Lfx96:96, 61824
  Lrx96:96, 74112
  Lfx512:512, 1247232
  Fc111:111, 56943
Total weights = 1461007
Previous null char=110 mapped to 110
Continuing from data/eng/foo.lstm
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_96.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_17.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_19.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_31.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_75.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_7.lstmf
Loaded 2/2 lines (1-2) of document data/foo-ground-truth/eng_72.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_52.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_3.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_42.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_36.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_84.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_66.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_48.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_15.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_26.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_63.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_74.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_22.lstmf
Loaded 1/1 lines (1-1) of document data/foo-ground-truth/eng_97.lstmf
2 Percent improvement time=0, best error was 100 @ 0
At iteration 0/10/10, Mean rms=0.117%, delta=0%, char train=0%, word 
train=0%, skip ratio=0%,  New best char error = 0 Transitioned to stage 1 
wrote best model:data/foo/checkpoints/foo0_0.checkpoint wrote checkpoint.

Finished! Error rate = 0
lstmtraining \
--stop_training \
--continue_from data/foo/checkpoints/foo_checkpoint \
--traineddata data/foo/foo.traineddata \
--model_output data/foo.traineddata
Loaded file data/foo/checkpoints/foo_checkpoint, unpacking...

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/1b03e0ab-3318-4f81-b2e7-2ee64760d38fn%40googlegroups.com.

Reply via email to