from local

This commit is contained in:
dohe0342 2022-12-28 11:04:00 +09:00
parent 5dd8f86aa0
commit 3b9fde49cd
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [ $workstation = "whale" ]; then
--prune-range 10
else
export CUDA_VISIBLE_DEVICES="0,1,2,3"
./pruned_transducer_stateless_d2v_v2/train.py \
./pruned_transducer_stateless_d2v_v2/train_adapter.py \
--add-adapter True \
--adapter-lr 0.0001 \
--wandb False \