diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 26a054677..69024c768 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 28bf174db..639018b50 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -5,6 +5,6 @@ for dest in "teat-clean" "test-othr"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id - ./test.sh $spk_id + #./test.sh $spk_id done done