from local

This commit is contained in:
dohe0342 2022-12-09 17:19:54 +09:00
parent 127be31505
commit 3043e3c700
3 changed files with 11 additions and 9 deletions

Binary file not shown.

View File

@ -3,12 +3,14 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
git pull git pull
./pruned_transducer_stateless_d2v_v2/train.py \ ./pruned_transducer_stateless_d2v_v2/train.py \
--world-size 8 \ --input-strategy AudioSamples \
--num-epochs 30 \ --enable-spec-aug False \
--full-libri 1 \ --world-size 8 \
--use-fp16 1 \ --num-epochs 30 \
--max-duration 300 \ --full-libri 1 \
--exp-dir pruned_transducer_stateless_d2v_v2/exp \ --use-fp16 1 \
--feedforward-dims "1024,1024,2048,2048,1024" \ --max-duration 300 \
--ctc-loss-scale 0.2 \ --exp-dir pruned_transducer_stateless_d2v_v2/exp \
--master-port 12535 --feedforward-dims "1024,1024,2048,2048,1024" \
--ctc-loss-scale 0.2 \
--master-port 12535