diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index c02a2c9d3..c27afdcd6 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 4ba5332ad..746102938 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -1,6 +1,6 @@ dl_dir=/DB/LibriSpeech_tar/vox_v3 -for dest in "test-clean""; do +for dest in "test-clean"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} echo $spk_id