from local

This commit is contained in:
dohe0342 2023-04-11 15:34:10 +09:00
parent e1be3e538b
commit b635aec6b4
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if [ $workstation = "whale" ]; then
#export CUDA_VISIBLE_DEVICES="0,1,2,3,4,5,6,7"
export CUDA_VISIBLE_DEVICES=0
if [ ! -e ./pruned_transducer_stateless_d2v_v2/$1/.train.done ]; then
./pruned_transducer_stateless_d2v_v2/train_adapter.py \
./pruned_transducer_stateless_d2v_v2/prompt_tuning.sh \
--num-buckets 2 \
--add-adapter True \
--adapter-lr 0.02 \