diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index cf7569e5e..f5b7e9c49 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 430f245f7..9499b3ad5 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/decode.sh b/egs/librispeech/ASR/decode.sh index fdcb607d8..ac7df125d 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -4,6 +4,6 @@ for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id - ./test.sh $spk_id "$spk_id"_adapter_10m + ./test.sh $spk_id prompt_tuning_"$spk_id" done done