diff --git a/egs/librispeech/ASR/.prompt_tuning.sh.swp b/egs/librispeech/ASR/.prompt_tuning.sh.swp index 4b088c979..8a81620c9 100644 Binary files a/egs/librispeech/ASR/.prompt_tuning.sh.swp and b/egs/librispeech/ASR/.prompt_tuning.sh.swp differ diff --git a/egs/librispeech/ASR/prompt_tuning.sh b/egs/librispeech/ASR/prompt_tuning.sh index 664ab73a8..7a8b282a0 100755 --- a/egs/librispeech/ASR/prompt_tuning.sh +++ b/egs/librispeech/ASR/prompt_tuning.sh @@ -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 \