Replies: 5 comments
-
>>> alemol |
Beta Was this translation helpful? Give feedback.
-
>>> alemol |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
>>> alemol |
Beta Was this translation helpful? Give feedback.
-
>>> carlfm01 |
Beta Was this translation helpful? Give feedback.
-
>>> alemol
[September 3, 2019, 8:30pm]
This topic started from issue [ slash #2306] where i posted some
initial experiments to train a DS model for Mexican Spanish.
Until now my progress are
1. to gather some initial data from ciempiess
corpus
2. to generate tools to format csv files for DS
cat ds_out/train.csv
wav_filename,wav_filesize,transcript data/speech/male/M30ABR1342/CHMC_M_75_30ABR1342_0000.wav,130448,veamos e parece como lo de la invasión española data/speech/female/F30ABR1528/CHMC_F_75_30ABR1528_0000.wav,42398,hay fuego
3. My first run
}
```
python -u DeepSpeech.py slash
--train_files /home/amolina/repo/ciem2ds/ciempiess_ds/sortlen_half_train.csv slash
--test_files /home/amolina/repo/ciem2ds/ciempiess_ds/sortlen_all_test.csv slash
--alphabet_config_path data/mex_alphabet.txt slash
--train_batch_size 1 slash
--test_batch_size 1 slash
--n_hidden 100 slash
--epochs 200 slash
--checkpoint_dir '$checkpoint_dir' slash
'$'
[This is an archived TTS discussion thread from discourse.mozilla.org/t/training-a-mexican-deep-speech-model]
Beta Was this translation helpful? Give feedback.
All reactions