from local

This commit is contained in:
dohe0342 2023-03-29 19:26:49 +09:00
parent f3ece12708
commit d2f9e4c913
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ $workstation = "whale" ]; then
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
./pruned_transducer_stateless_d2v_v2/train_adapter.py \
--add-adapter True \
--adapter-lr 0.001 \
--adapter-lr 0.02 \
--gender male \
--wandb False \
--input-strategy AudioSamples \