Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSTM: Training - Previous test incomplete, skipping test at iteration #990

Closed
Shreeshrii opened this issue Jun 14, 2017 · 1 comment
Closed

Comments

@Shreeshrii
Copy link
Collaborator

Shreeshrii commented Jun 14, 2017

  • Tesseract Version:

tesseract 4.00.00dev-538-g2b854e3
leptonica-1.74.2

  • Platform:

Linux 4.4.0-75-generic # 96~14.04.1-Ubuntu SMP Thu Apr 20 11:06:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

  • Training Command used:
nice lstmtraining   -U ~/tesstutorial/san/san.unicharset   \
--train_listfile ~/tesstutorial/san/san.training_files.txt   \
--continue_from ~/tesstutorial/san/hin.lstm   \
--model_output ~/tesstutorial/san/sanlayer   \
--script_dir ../langdata  \
--append_index 5   --net_spec '[Lfx384 O1c105]'  \
--target_error_rate 0.01   --perfect_sample_delay 0   --debug_interval -1 \
--eval_listfile ~/tesstutorial/nep/nep.training_files.txt 
  • Error Message:
At iteration 11382/17500/17535, Mean rms=0.142%, delta=1.136%, char train=3.766%, word train=15.806%, skip ratio=0.2%,  
New worst char error = 3.766
Previous test incomplete, skipping test at iteration11339 
wrote checkpoint.
@Shreeshrii
Copy link
Collaborator Author

Shreeshrii commented Jul 3, 2017

Seems to be regular part of LSTM training and eval process

Warning: LSTMTrainer deserialized an LSTMRecognizer!
At iteration 71323/166700/166860, Mean rms=0.094%, delta=0.778%, char train=2.548%, word train=7.848%, skip ratio=0%,  New worst char error = 2.548 wrote checkpoint.
Warning: LSTMTrainer deserialized an LSTMRecognizer!
At iteration 71358/166800/166960, Mean rms=0.096%, delta=0.833%, char train=2.726%, word train=8.199%, skip ratio=0%,  New worst char error = 2.726At iteration 70302, stage 1, Eval Char error rate=8.453097, Word error rate=39.327734 wrote checkpoint.
Warning: LSTMTrainer deserialized an LSTMRecognizer!
At iteration 71384/166900/167060, Mean rms=0.096%, delta=0.854%, char train=2.758%, word train=8.222%, skip ratio=0%,  New worst char error = 2.758At iteration 70302, stage 1, Eval Char error rate=8.453097, Word error rate=39.327734 wrote checkpoint.
At iteration 71405/167000/167160, Mean rms=0.097%, delta=0.884%, char train=2.862%, word train=8.282%, skip ratio=0%,  New worst char error = 2.862Previous test incomplete, skipping test at iteration71384 wrote checkpoint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant