from local

This commit is contained in:
dohe0342 2022-12-27 10:31:06 +09:00
parent 176a1da606
commit e37402a917
3 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ workstation="bear"
if [ $workstation = "whale" ]; then
export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
./pruned_transducer_stateless_d2v_v2/train.py \
--add-adapter True \
--adapter-lr 0.000025 \
--wandb False \
--input-strategy AudioSamples \
--enable-spec-aug False \