diff --git a/egs/librispeech/ASR/.run_v3.sh.swp b/egs/librispeech/ASR/.run_v3.sh.swp index 24df770a1..cec1e0410 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 8989a8427..f9b3b1fb3 100755 --- a/egs/librispeech/ASR/run_v3.sh +++ b/egs/librispeech/ASR/run_v3.sh @@ -29,7 +29,7 @@ if [ $workstation = "whale" ]; then --context-size 2 \ --ctc-loss-scale 0.2 else - export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" + export CUDA_VISIBLE_DEVICES="0,1,2,3" ./pruned_transducer_stateless_d2v_v2/train.py \ --wandb true \ --input-strategy AudioSamples \