Closed jindyliu closed 5 years ago
You should use the conv_glu or ctc recipe then for now. I've been getting pretty good results with conv_glu. You can download my 2.64 clean-TER model here: https://talonvoice.com/research/
Hi @jindyliu, we are working on new APIs for several new decoders. We will support seq2seq decoding in the short future.
You should use the conv_glu or ctc recipe then for now. I've been getting pretty good results with conv_glu. You can download my 2.64 clean-TER model here: https://talonvoice.com/research/
Thank you! This will save a lot of time, it helps me a lot.
Hi @jindyliu, we are working on new APIs for several new decoders. We will support seq2seq decoding in the short future.
Thank you! looking forward to it.
@lunixbochs Hi, I want to train the conv_glu librispeech recipe, but the loss didn't decrease and TER was 100% all the time no matter how I adjusted the learning rate. Could you share your train.cfg file for librispeech? I would be very grateful.
I’m using the same recipe as you. Just continue training from one of my posted models.
On Oct 6, 2019, at 11:12 PM, zizhan notifications@github.com wrote:
@lunixbochs Hi, I want to train the conv_glu librispeech recipe, but the loss didn't decrease and TER was 100% all the time no matter how I adjusted the learning rate. Could you share your train.cfg file for librispeech? I would be very grateful.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Why is there no configuration file for decoder, such as decoder.cfg, but only train.cfg exist ? https://github.com/facebookresearch/wav2letter/tree/master/recipes/librispeech/configs/seq2seq_tds
I tried to complete the training with the example training configuration, but when I used the trained model to decode, I was prompted with an error: error:
The code corresponding to the error: https://github.com/facebookresearch/wav2letter/blob/master/Decode.cpp#L177
The decoding configuration is as follows:
So how should I generate a correct decodr configuration, the decoder does not seem to support --criterion=seq2seq ??