from local

This commit is contained in:
dohe0342 2022-12-28 10:57:36 +09:00
parent 8a69338447
commit 65991df858
3 changed files with 2 additions and 0 deletions

View File

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