from local

This commit is contained in:
dohe0342 2023-01-13 17:38:59 +09:00
parent 72c3d2ded8
commit 5b98833ba5
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -5,6 +5,7 @@ for group_num in 4
do do
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7" export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
./pruned_transducer_stateless_gtrans/train.py \ ./pruned_transducer_stateless_gtrans/train.py \
--wandb True \
--world-size 8 \ --world-size 8 \
--num-epochs 30 \ --num-epochs 30 \
--start-epoch 1 \ --start-epoch 1 \