Closed ML6634 closed 4 years ago
We specified this name am_tds_ctc_librispeech_dev_clean.bin
if you are downloading the pretrained model (it has this file name). In your case go to rundir and find there the model and specify its path.
About your training you need to fix --iters=10000000
(we changed the behaviour of this flag from iters to number of updates, so your training did only 1500 updates).
I am training it using --iter=10000000. It has taken over 10 hours, and it sounds that it is training smoothly.
I do not think that I have downloaded the pretrained model. What is the command to do that, or what is the link? Thank @tlikhomanenko for the help!
Pre-trained models which you can download and use are listed on the page https://github.com/facebookresearch/wav2letter/tree/master/recipes/models/sota/2019.
Thank @tlikhomanenko for the quick response!
TDS CTC training went through:
To decode, I need to fill out the path for --am=[...]/am_tds_ctc_librispeech_dev_clean.bin in decode_tds_ctc_gcnn_clean.cfg. However, it sounds that I do not have the file: am_tds_ctc_librispeech_dev_clean.bin. Earlier I thought it should be --am=/root/w2l/saved_models/am_tds_ctc_librispeech/am_tds_ctc_librispeech_dev_clean.bin. Unfortunately, it was not correct. Any ideas? Thank you!