diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index f04661079..55d81f6b3 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 947795859..02c9244e3 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -1,8 +1,8 @@ dl_dir=/DB/LibriSpeech_tar/vox_v3 #dl_dir=/home/work/workspace/LibriSpeech/vox_v3 -echo $dl_dir for dest in "teat-clean" "test-othr"; do for spk in $dl_dir/$dest/*; do + echo $spk spk_id=${spk#*$dest\/} echo $spk_id #./test.sh $spk_id