combine_lang_model \
  --input_unicharset ./data/gg_custom_1/unicharset \
  --script_dir ./data/langdata \
  --numbers ./data/gg_custom_1/gg_custom_1.numbers \
  --puncs ./data/gg_custom_1/gg_custom_1.punc \
  --words ./data/gg_custom_1/gg_custom_1.wordlist \
  --output_dir ./data \
   \
  --lang gg_custom_1
Failed to read data from: ./data/gg_custom_1/gg_custom_1.wordlist
Failed to read data from: ./data/gg_custom_1/gg_custom_1.punc
Failed to read data from: ./data/gg_custom_1/gg_custom_1.numbers
Loaded unicharset of size 112 from file ./data/gg_custom_1/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/gg_custom_1/gg_custom_1.config
Null char=2
Created ./data/gg_custom_1/gg_custom_1.traineddata
lstmtraining \
  --debug_interval 0 \
  --traineddata ./data/gg_custom_1/gg_custom_1.traineddata \
  --old_traineddata /mnt/tesseract/tessdata/eng.traineddata \
  --continue_from ./data/eng/gg_custom_1.lstm \
  --learning_rate 0.0001 \
  --model_output ./data/gg_custom_1/checkpoints/gg_custom_1 \
  --train_listfile ./data/gg_custom_1/list.train \
  --eval_listfile ./data/gg_custom_1/list.eval \
  --max_iterations 500 \
  --target_error_rate 0.01 \
2>&1 | tee -a ./data/gg_custom_1/training.log
Loaded file ./data/eng/gg_custom_1.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
  TxyLfys64:64, 20736
  Lfx96:96, 61824
  RxLrx96:96, 74112
  Lfx512:512, 1247232
  Fc111:111, 56943
Total weights = 1461007
Previous null char=110 mapped to 110
Continuing from ./data/eng/gg_custom_1.lstm
Failed to load list of eval filenames from ./data/gg_custom_1/list.eval
Failed to load eval data from: ./data/gg_custom_1/list.eval

lstmtraining \
--stop_training \
--continue_from ./data/gg_custom_1/checkpoints/gg_custom_1_checkpoint \
--traineddata ./data/gg_custom_1/gg_custom_1.traineddata \
--model_output data/gg_custom_1.traineddata
Failed to read continue from: 
./data/gg_custom_1/checkpoints/gg_custom_1_checkpoint
make: *** [Makefile:325: data/gg_custom_1.traineddata] Error 1


-- 
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 [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/tesseract-ocr/4ea58713-5b2f-4bbc-8b91-a7a2bb78bc0en%40googlegroups.com.

Reply via email to