Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
>>> krawat
[January 25, 2018, 12:03pm]
Is there some indicator in logs that the model was loaded
(https://github.com/mozilla/DeepSpeech#continuing-training-from-a-frozen-graph)?
I used pre-trained model to boost learning but there is only a slight
difference in results, so I wonder if I've done everything right.
python -u DeepSpeech.py slash --n_hidden 2048
slash --initialize_from_frozen_model output_graph.pb slash --train_files train.csv
slash --dev_files valid.csv slash --test_files test.csv slash --train_batch_size 64
slash --dev_batch_size 64 slash --test_batch_size 64 slash --epoch 1 slash --validation_step
1 slash --dropout_rate 0.30 slash --default_stddev 0.046875 slash --learning_rate
0.0001 slash --checkpoint_dir checkpoint_transfer/ slash --summary_secs 600
slash --summary_dir tensorboard_transfer/
[This is an archived TTS discussion thread from discourse.mozilla.org/t/continuing-training-from-a-frozen-graph]
Beta Was this translation helpful? Give feedback.
All reactions