diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index c98b5ef98..e1504316d 100644 Binary files a/egs/librispeech/ASR/.run_v3.sh.swp and b/egs/librispeech/ASR/.run_v3.sh.swp differ diff --git a/egs/librispeech/ASR/run_v3.sh b/egs/librispeech/ASR/run_v3.sh index f3c7e9a26..8b1b51759 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -43,8 +43,8 @@ else --max-duration 150 \ --freeze-finetune-updates 2000 \ --use-fp16 1 \ - --peak-enc-lr 0.03 \ - --peak-dec-lr 0.1 \ + --peak-enc-lr 0.001 \ + --peak-dec-lr 0.5 \ --accum-grads 3 \ --encoder-type d2v \ --additional-block True \