Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the WER if training on full librispeech train set? #35

Open
iamxiaoyubei opened this issue Aug 1, 2019 · 5 comments
Open

What's the WER if training on full librispeech train set? #35

iamxiaoyubei opened this issue Aug 1, 2019 · 5 comments

Comments

@iamxiaoyubei
Copy link

Has someone trained it on full librispeech train sets(train-clean-100, train-clean-360, train-other-500)? Could you tell the WER if training on them? Thank you!

@Youyoun
Copy link

Youyoun commented Aug 6, 2019

Hi @iamxiaoyubei ,

I have tried training on librispeech 960h, using the libri960h_example.yaml (with a much smaller batch size since I didn't have enough memory) without using rnn language model, and I got around 24% on dev clean and test clean.

By tweaking some of the parameters (especially sampling rate and number of lstm cells), I got it to 14%.

Note that I'm clearly not training the network on as many epoch as I should (I trained on ~15 epochs instead of 80 or 100), so maybe that's the reason why my WER is so high.

Small Erratum: While the training did not last as long as it should, the curve usually shows that the model has reached a point of stagnation, where it gets less than 0.05 wer every epoch.

@miraodasilva
Copy link

Hello @Youyoun ,

Can you share the specific tweaks you made to the sampling rate and number of lstm cells? I would really appreciate it since I am about to train the model myself. Thanks a lot in advance!

@Youyoun
Copy link

Youyoun commented Oct 23, 2019

Hey @miraodasilva !

Sorry for the delay. Well I basically tried to follow the model introduced in the SpecAugment paper, which is 4 LSTM layers with 1024 units each in the encoder, and 1 LSTM with 1024 units for the decoder.

If you're trying to follow the pyramidal structure of the encoder, then use 1 2 2 1.

@miraodasilva
Copy link

Hello @Youyoun ,

Ok, thanks a lot for the info!

@tsxce
Copy link

tsxce commented Jan 18, 2020

Hey @miraodasilva !

Sorry for the delay. Well I basically tried to follow the model introduced in the SpecAugment paper, which is 4 LSTM layers with 1024 units each in the encoder, and 1 LSTM with 1024 units for the decoder.

If you're trying to follow the pyramidal structure of the encoder, then use 1 2 2 1.

HI, can you share what sampling rate you used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants