Replies: 5 comments
-
Beta Was this translation helpful? Give feedback.
-
>>> javi.rahman |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> javi.rahman |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> javi.rahman
[September 8, 2019, 10:46am]
Hi,
I have been Training common voice dataset from pre-trained model 0.5.1.
I have downloaded checkpoint of 0.5.1 and started the training from
that.
I am using Ubuntu 18.04 slash
RTX 4000 slash
Deepspeech 0.5.1 slash
CUDA 10.0 and CUDNN 7.5.1
Here is my command slash
export TF_FORCE_GPU_ALLOW_GROWTH=true
python -u DeepSpeech.py slash
--n_hidden 2048 slash
--epochs 3 slash
--checkpoint_dir /home/karthik/speech/DeepSpeech/data/checkpoint/ slash
--train_files /home/karthik/speech/DeepSpeech/data/corpus/clips/train.csv slash
--dev_files /home/karthik/speech/DeepSpeech/data/corpus/clips/dev.csv slash
--test_files /home/karthik/speech/DeepSpeech/data/corpus/clips/test.csv slash
--train_batch_size 8 slash
--dev_batch_size 10 slash
--test_batch_size 10 slash
--dropout_rate 0.15 slash
--lm_alpha 0.75 slash
--lm_beta 1.85 slash
--learning_rate 0.0001 slash
--lm_binary_path /home/karthik/speech/DeepSpeech/data/originalLmBinary/lm.binary slash
--lm_trie_path /home/karthik/speech/DeepSpeech/data/originalLmBinary/trie slash
--export_dir /home/karthik/speech/DeepSpeech/data/export/ slash
'$'
Everything is working fine and model has been trained and exported. slash
But the exported file output_graph.pb file size remains the same size
as deepspeech pre-trained model size 188.9mb.
I don't know whether my training files has been concatenated with the
pre-trained models. I assume the file size will get increased while i am
training common voice datasets. But i see from the pre-trained 467356
steps has been increased with 487573 after the export.
Please clarify.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/export-output-graph-pb-remains-same-size-even-after-trained-common-voice-datasets-60k-steps]
Beta Was this translation helpful? Give feedback.
All reactions