diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp new file mode 100644 index 000000000..e524ee50b Binary files /dev/null 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 a6a7fc500..b20bc398d 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -3,7 +3,7 @@ git pull #export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" #export CUDA_VISIBLE_DEVICES="4,5,6,7" -./pruned_transducer_stateless_d2v/train_wandb.py \ +./pruned_transducer_stateless_d2v_v2/train.py \ --wandb true \ --input-strategy AudioSamples \ --enable-spec-aug False \