From 561d018f6b42ea062172ddbc49ef33acb01eb594 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 9 Dec 2022 17:10:31 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.run_v2.sh.swp | Bin 12288 -> 12288 bytes egs/librispeech/ASR/run_v2.sh | 12 ++++++++++++ 2 files changed, 12 insertions(+) create mode 100644 egs/librispeech/ASR/run_v2.sh diff --git a/egs/librispeech/ASR/.run_v2.sh.swp b/egs/librispeech/ASR/.run_v2.sh.swp index 128b938b0e525861111f17c936032649a1b373da..ad6a30cda6989d8af9b30d7c986f36d3ac58cbef 100644 GIT binary patch delta 14 VcmZojXh_)bo|%zh^9N=D9RMu|1x5e> delta 14 VcmZojXh_)bo|!Rp^9N=D9RM!|1)Bf> diff --git a/egs/librispeech/ASR/run_v2.sh b/egs/librispeech/ASR/run_v2.sh new file mode 100644 index 000000000..5fca925e7 --- /dev/null +++ b/egs/librispeech/ASR/run_v2.sh @@ -0,0 +1,12 @@ +export CUDA_VISIBLE_DEVICES="0,1,2,3" + +./pruned_transducer_stateless7_ctc/train.py \ + --world-size 4 \ + --num-epochs 30 \ + --full-libri 1 \ + --use-fp16 1 \ + --max-duration 750 \ + --exp-dir pruned_transducer_stateless7_ctc/exp \ + --feedforward-dims "1024,1024,2048,2048,1024" \ + --ctc-loss-scale 0.2 \ + --master-port 12535