diff --git a/egs/librispeech/ASR/.decode.sh.swp b/egs/librispeech/ASR/.decode.sh.swp index 676275b6c..d2ea62e62 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 64b1b7bcb..f4938d040 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 32c96a188..23d03312f 100755 --- a/egs/librispeech/ASR/decode.sh +++ b/egs/librispeech/ASR/decode.sh @@ -1,5 +1,5 @@ -#dl_dir=/DB/LibriSpeech_tar/vox_30m -dl_dir=/home/work/workspace/LibriSpeech/vox_v3 +dl_dir=/DB/LibriSpeech_tar/vox_30m +#dl_dir=/home/work/workspace/LibriSpeech/vox_v3 for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/}