diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index b16496902..f2e1a7c04 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/.test.sh.swp b/egs/librispeech/ASR/.test.sh.swp index f9cd13cf4..be2d7b0e9 100644 Binary files a/egs/librispeech/ASR/.test.sh.swp and b/egs/librispeech/ASR/.test.sh.swp differ diff --git a/egs/librispeech/ASR/decode.sh b/egs/librispeech/ASR/decode.sh index 34f0a6c0a..a9370d20e 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -6,7 +6,8 @@ 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 self_init_"$spk_id" + ./test.sh $spk_id bitfit_$spk_id + #./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