from local

This commit is contained in:
dohe0342 2023-01-14 10:56:57 +09:00
parent e4fa870100
commit ffa242d985
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@ for group_num in 8
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 \ --wandb false \
--world-size 8 \ --world-size 8 \
--num-epochs 30 \ --num-epochs 30 \
--start-epoch 1 \ --start-epoch 1 \