diff --git a/egs/librispeech/ASR/.run_v2.sh.swp b/egs/librispeech/ASR/.run_v2.sh.swp index 17cc27322..65a9eea4f 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/pruned_transducer_stateless7_ctc/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless7_ctc/.train.py.swp index 895ed4a08..69bd84e1e 100644 Binary files a/egs/librispeech/ASR/pruned_transducer_stateless7_ctc/.train.py.swp and b/egs/librispeech/ASR/pruned_transducer_stateless7_ctc/.train.py.swp differ diff --git a/egs/librispeech/ASR/run_v2.sh b/egs/librispeech/ASR/run_v2.sh index 3ae207ac1..f01ff60a5 100755 --- a/egs/librispeech/ASR/run_v2.sh +++ b/egs/librispeech/ASR/run_v2.sh @@ -3,8 +3,6 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" git pull ./pruned_transducer_stateless_d2v_v2/train.py \ - --input-strategy AudioSamples \ - --enable-spec-aug False \ --world-size 8 \ --num-epochs 30 \ --full-libri 1 \ @@ -15,3 +13,6 @@ git pull --feedforward-dims "1024,1024,2048,2048,1024" \ --ctc-loss-scale 0.0 \ --master-port 12535 +#--input-strategy AudioSamples \ +#--enable-spec-aug False \ +