diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 447115f42..d7cd1cb3e 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 840d2da34..eb4a4166a 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -5,7 +5,7 @@ for dest in "test-clean" "test-other"; do spk_id=${spk#*$dest\/} echo $spk_id if [ $spk_id -ne 1089 ]; then - ./run_adapter.sh "$spk_id"_adapter $spk_id + ./test.sh $spk_id fi done done