from local

This commit is contained in:
dohe0342 2022-12-10 14:11:30 +09:00
parent 637c18738c
commit a2ecf3c65c
2 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -7,12 +7,11 @@ export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
--wandb true \ --wandb true \
--input-strategy AudioSamples \ --input-strategy AudioSamples \
--enable-spec-aug False \ --enable-spec-aug False \
--enable-musan True \
--multi-optim True \ --multi-optim True \
--world-size 8 \ --world-size 8 \
--num-epochs 30 \ --num-epochs 30 \
--start-epoch 1 \ --start-epoch 1 \
--full-libri 0 \ --full-libri 1 \
--exp-dir ./pruned_transducer_stateless_d2v/$1 \ --exp-dir ./pruned_transducer_stateless_d2v/$1 \
--max-duration 200 \ --max-duration 200 \
--freeze-finetune-updates 2000 \ --freeze-finetune-updates 2000 \