Replies: 19 comments
-
Beta Was this translation helpful? Give feedback.
-
>>> Sushantmkarande |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Sushantmkarande |
Beta Was this translation helpful? Give feedback.
-
>>> reuben |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> lissyx |
Beta Was this translation helpful? Give feedback.
-
>>> Azeem_Husain |
Beta Was this translation helpful? Give feedback.
-
>>> Sushantmkarande
[April 25, 2019, 12:00pm]
I am trying to train pretrained model on aws I downloaded check-point
from this link https://github.com/mozilla/DeepSpeech/releases
> python3 DeepSpeech.py --n_hidden 2048 --checkpoint_dir deepspeech-0.4.1-checkpoint --epochs -3 --train_files clips/train.csv --dev_files clips/dev.csv --test_files clips/test.csv --learning_rate 0.00001 --export_dir model/
> Preprocessing ['clips/train.csv']
> Preprocessing done
> Preprocessing ['clips/dev.csv']
> Preprocessing done
> W Parameter --validation_step needs to be >0 for early stopping to work
> Preprocessing ['clips/test.csv']
> Preprocessing done
> Computing acoustic model predictions...
> 100% (25 of 25) |########################| Elapsed Time: 0:00:54 Time: 0:00:54
> Decoding predictions...
> 100% (25 of 25) |########################| Elapsed Time: 0:00:03 Time: 0:00:03
> Test - WER: 0.818182, CER: 5.840000, loss: 21.595797
> --------------------------------------------------------------------------------
> WER: 2.000000, CER: 4.000000, loss: 18.038776
> - src: 'knowlegde'
> - res: 'no ledge'
> --------------------------------------------------------------------------------
> WER: 2.000000, CER: 4.000000, loss: 20.510443
> - src: 'knowlegde'
> - res: 'no ledge'
> --------------------------------------------------------------------------------
> WER: 2.000000, CER: 6.000000, loss: 23.434345
> - src: 'article'
> - res: 'i do'
> --------------------------------------------------------------------------------
> WER: 2.000000, CER: 7.000000, loss: 39.423889
> - src: 'article'
> - res: 'i began'
> --------------------------------------------------------------------------------
> WER: 1.500000, CER: 8.000000, loss: 21.053690
> - src: 'articles run'
> - res: 'i tell en'
> --------------------------------------------------------------------------------
> WER: 1.500000, CER: 10.000000, loss: 40.492012
> - src: 'articles run'
> - res: 'i do concern'
> --------------------------------------------------------------------------------
> WER: 1.400000, CER: 20.000000, loss: 68.133987
> - src: 'aero are copyright files illegal'
> - res: 'ada or copperas piles in the good'
> --------------------------------------------------------------------------------
> WER: 1.000000, CER: 3.000000, loss: 2.642921
> - src: 'base'
> - res: 'these'
> --------------------------------------------------------------------------------
> WER: 1.000000, CER: 2.000000, loss: 2.887465
> - src: 'tab'
> - res: 'a'
> --------------------------------------------------------------------------------
> WER: 1.000000, CER: 2.000000, loss: 5.575221
> - src: 'hi'
> - res: 'it'
> --------------------------------------------------------------------------------
> I Exporting the model...
> I Models exported at model/
I dont know what is wrong. i have already trained on my laptop then I
started from scratch in aws. but its not working slash
I found the similar question but it was because the guy that posted the
question did not provide negative value as epochs but I have provided -3
as epochs. slash
what could be causing this erros, any ideas.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/cannot-train-pre-trained-model-even-after-using-negative-epochs]
Beta Was this translation helpful? Give feedback.
All reactions