diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index 75a9b7321..ed46d230d 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 4c7362bee..74536b4d3 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -40,12 +40,12 @@ else --start-epoch 1 \ --full-libri 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ - --max-duration 200 \ + --max-duration 150 \ --freeze-finetune-updates 2000 \ --use-fp16 1 \ --peak-enc-lr 0.03 \ --peak-dec-lr 0.1 \ - --accum-grads 3 \ + --accum-grads 5 \ --encoder-type d2v \ --additional-block True \ --encoder-dim 768 \