diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 7a7e32b7d..cf7569e5e 100644 Binary files a/egs/librispeech/ASR/.decode.sh.swp and b/egs/librispeech/ASR/.decode.sh.swp differ diff --git a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp index 42167d542..430f245f7 100644 Binary files a/egs/librispeech/ASR/.prompt_tuning_all.sh.swp and b/egs/librispeech/ASR/.prompt_tuning_all.sh.swp differ diff --git a/egs/librispeech/ASR/prompt_tuning_all.sh b/egs/librispeech/ASR/prompt_tuning_all.sh index e8347c0ad..e3dbb1918 100755 --- a/egs/librispeech/ASR/prompt_tuning_all.sh +++ b/egs/librispeech/ASR/prompt_tuning_all.sh @@ -8,6 +8,6 @@ for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id - ./prompt_tuning.sh prompt_tuning_"$spk_id" $spk_id $1 + ./prompt_tuning.sh prompt_tuning_"$spk_id" $spk_id $subset done done