from local

This commit is contained in:
dohe0342 2023-01-25 17:18:43 +09:00
parent 6fc76ab8e0
commit f9b3e2ec87
2 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if [ $workstation = "whale" ]; then
else else
export CUDA_VISIBLE_DEVICES="0,1,2,3" export CUDA_VISIBLE_DEVICES="0,1,2,3"
./pruned_transducer_stateless_d2v_v2/train_adapter.py \ ./pruned_transducer_stateless_d2v_v2/train_adapter.py \
--num-buckets 1 \ --num-buckets 2 \
--add-adapter True \ --add-adapter True \
--adapter-lr 0.02472 \ --adapter-lr 0.02472 \
--gender male \ --gender male \