diff --git a/egs/librispeech/ASR/.run_v2.sh.swp b/egs/librispeech/ASR/.run_v2.sh.swp index 2286580ba..f96e44222 100644 Binary files a/egs/librispeech/ASR/.run_v2.sh.swp and b/egs/librispeech/ASR/.run_v2.sh.swp differ diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index d75de94b6..2f57e41d0 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 57a13eaa1..952f282b5 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -7,7 +7,7 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" --wandb true \ --input-strategy AudioSamples \ --enable-spec-aug False \ - --multi-optim True \ + --multi-optim False \ --world-size 8 \ --num-epochs 30 \ --start-epoch 1 \