diff --git a/egs/librispeech/ASR/.run_adapter.sh.swp b/egs/librispeech/ASR/.run_adapter.sh.swp index fb5725da3..5cb3684d4 100644 Binary files a/egs/librispeech/ASR/.run_adapter.sh.swp and b/egs/librispeech/ASR/.run_adapter.sh.swp differ diff --git a/egs/librispeech/ASR/run_adapter.sh b/egs/librispeech/ASR/run_adapter.sh index c51b8efbb..f9d9c5c8e 100755 --- a/egs/librispeech/ASR/run_adapter.sh +++ b/egs/librispeech/ASR/run_adapter.sh @@ -12,16 +12,16 @@ if [ $workstation = "whale" ]; then --input-strategy AudioSamples \ --enable-spec-aug False \ --multi-optim False \ - --world-size 4 \ + --world-size 8 \ --num-epochs 10 \ --full-libri 1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ - --max-duration 150 \ + --max-duration 250 \ --encoder-dim 768 \ --decoder-dim 768 \ --joiner-dim 768 \ --use-fp16 0 \ - --accum-grads 4 \ + --accum-grads 1 \ --encoder-type d2v \ --additional-block True \ --prune-range 10