diff --git a/egs/librispeech/ASR/.adapter.sh.swp b/egs/librispeech/ASR/.adapter.sh.swp new file mode 100644 index 000000000..24920b376 Binary files /dev/null and b/egs/librispeech/ASR/.adapter.sh.swp differ diff --git a/egs/librispeech/ASR/adapter.sh b/egs/librispeech/ASR/adapter.sh index 9e92f368e..0bd5ad6da 100644 --- a/egs/librispeech/ASR/adapter.sh +++ b/egs/librispeech/ASR/adapter.sh @@ -3,5 +3,7 @@ dl_dir=/DB/LibriSpeech_tar/vox for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} - echo $spk_id - ./pseudo.sh $spk_id + echo $spk_id + ./pseudo.sh $spk_id + done +done