diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index a4e8e041e..f82698727 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 1846dd3f4..2c800b1e3 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -18,7 +18,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3" --use-fp16 1 \ --peak-enc-lr 0.001 \ --peak-dec-lr 0.05 \ - --accum-grads 1 \ + --accum-grads 3 \ --encoder-type d2v \ --additional-block True \ --encoder-dim 768 \