From d06daa88e85f3f8b7c604854723f4e5529fac2de Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 9 Dec 2022 17:11:57 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.run_v2.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/run_v2.sh | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/egs/librispeech/ASR/.run_v2.sh.swp b/egs/librispeech/ASR/.run_v2.sh.swp index 5228ef73f64bce38ad45d032cb4d3259d801373c..28bcce92900258775682cc3338b70f040017f5cd 100644 GIT binary patch delta 159 zcmZojXh;xEG6?hZRj|}EU;qLE28MZWCnX=)DEgb9k#Do0z-NB1U_J(hy92QZ5I+R!IRVwXnQybAKnCCB<$BAQ%uOfz>w7br NOrEW8GWnLi8UUPA9fAM= diff --git a/egs/librispeech/ASR/run_v2.sh b/egs/librispeech/ASR/run_v2.sh index 798362f42..64552f879 100755 --- a/egs/librispeech/ASR/run_v2.sh +++ b/egs/librispeech/ASR/run_v2.sh @@ -1,11 +1,13 @@ -export CUDA_VISIBLE_DEVICES="0,1,2,3" +#export CUDA_VISIBLE_DEVICES="0,1,2,3" + +git pull ./pruned_transducer_stateless_d2v_v2/train.py \ - --world-size 4 \ + --world-size 8 \ --num-epochs 30 \ --full-libri 1 \ --use-fp16 1 \ - --max-duration 750 \ + --max-duration 300 \ --exp-dir pruned_transducer_stateless7_ctc/exp \ --feedforward-dims "1024,1024,2048,2048,1024" \ --ctc-loss-scale 0.2 \