from local

This commit is contained in:
dohe0342 2023-03-29 22:13:12 +09:00
parent 78950a8d50
commit a5f8eb8c64
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@ if [ $workstation = "whale" ]; then
--multi-optim False \ --multi-optim False \
--world-size 8 \ --world-size 8 \
--num-epochs 10000 \ --num-epochs 10000 \
--num-updates 5000 \
--full-libri 1 \ --full-libri 1 \
--exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \ --exp-dir ./pruned_transducer_stateless_d2v_v2/$1 \
--max-duration 200 \ --max-duration 200 \
@ -24,8 +25,7 @@ if [ $workstation = "whale" ]; then
--encoder-type d2v \ --encoder-type d2v \
--additional-block True \ --additional-block True \
--prune-range 10 \ --prune-range 10 \
--spk-id $2 \ --spk-id $2
--
fi fi
# ./pruned_transducer_stateless_d2v_v2/train_adapter.py \ # ./pruned_transducer_stateless_d2v_v2/train_adapter.py \