diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index 2dd639684..17224d52f 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 efd250499..e47bac5be 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -15,8 +15,8 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" --max-duration 250 \ --freeze-finetune-updates 2000 \ --use-fp16 1 \ - --peak-enc-lr 0.0001 \ - --peak-dec-lr 0.003 \ + --peak-enc-lr 0.001 \ + --peak-dec-lr 0.03 \ --accum-grads 1 \ --encoder-type d2v \ --additional-block True \