diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 5da703b99..bf2c54a25 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/decode.sh b/egs/librispeech/ASR/decode.sh index e1725eb51..34f0a6c0a 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -6,7 +6,7 @@ for dest in "test-clean" "test-other"; do echo $spk_id #./test.sh $spk_id prompt_tuning_10_$spk_id #./test.sh $spk_id prompt_tuning_100_$spk_id - ./test.sh $spk_id "$spk_id"_fullft_v3 + ./test.sh $spk_id self_init_"$spk_id" #./test.sh $spk_id prompt_tuning_"$spk_id" #./test.sh $spk_id "$spk_id"_adapter_30m done