Closed FzuGsr closed 3 years ago
@FzuGsr Did you use SpecAugment?
SpecAugment
no,I run run.sh directly
That is the reason. Please use --conf2 data/spec_augment.yaml
and initialize parameters with the pre-trained model by setting --asr_init path_to_your_model
.
--asr_init path_to_your_model
Thank you . I will try it later.
Hi,I want to reproduce Librispeech WER in this project. I tried to run the script blstm_las with 3 gpus and batch_size 128, but I couldn't get the result in readme. My training results are as follows
Is there a problem? How to achieve the accuracy of readme (dev-other: 91.7).
Look forward to your reply~ Thank you