from local

This commit is contained in:
dohe0342 2022-12-30 13:26:19 +09:00
parent d0d254b0f7
commit 7c37301466
3 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ 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.000025 \
--adapter-lr 0.001 \
--gender female
--wandb False \
--input-strategy AudioSamples \
--enable-spec-aug False \