Alexander-H-Liu / End-to-end-ASR-Pytorch

This is an open source project (formerly named Listen, Attend and Spell - PyTorch Implementation) for end-to-end ASR implemented with Pytorch, the well known deep learning toolkit.
MIT License
1.19k stars 318 forks source link

Replicating Adversarial Training Paper #15

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hello,

can you provide the commands to replicate the results of the paper?

It will also be helpful for people running other models.

Thank you

Alexander-H-Liu commented 5 years ago

Hi @nvidiaman,

Thanks for your attention to our project, simply enable the option in the example config will do the job. However, hyperparameter tuning may be required on different datasets (models) You'll also find the performance is slightly better than the paper since it's based on worth implementation (which derived from other repo as described in the paper) by the time.

Thanks again!

p.s. please consider email me if you have any bug-irrelevant questions like this one or #12, I'm more reachable in that way XD.