rwth-i6 / returnn-experiments

experiments with RETURNN
154 stars 44 forks source link

Training Configuration for TEDLIUMv2 #47

Closed car3936 closed 4 years ago

car3936 commented 4 years ago

Hi, thanks for a great framework and experiments.

I'm reproducing the TEDLIUMv2 LSTM results in Table 4 from the paper "A comparison of Transformer and LSTM encoder decoder models for ASR".

I'm using the data preprocessing pipeline from here. My configuration file is here. (This is almost the same with librispeech configuration, I rewrote it for TEDLIUMv2.)

I expected the test WER of about 10.8%, but I can only get 11.5% ~12.0% from several runs. Am I missing something? Could you kindly share the training configures for TEDLIUMv2?

Thanks.

albertz commented 4 years ago

Thanks for your interest in the project. Yes, I noticed myself that I forgot to upload the configs. I will do that very soon, and write back here.

albertz commented 4 years ago

Sorry for the delay. I uploaded the configs now (here). 11.5% is not too far though.

Just out of curiosity, I made a diff between your config and base2.conv2l.specaug.curric3.eos.config, and these are some of the differences:

car3936 commented 4 years ago

Thanks for the updates! And I really appreciate your helpful advice.