From 90228632926c03cdf219e6c984e397f7404615a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20=C5=BBelasko?= Date: Mon, 21 Aug 2023 14:50:13 -0400 Subject: [PATCH] Remove unnecessary check --- egs/librispeech/ASR/prepare_shar.sh | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/egs/librispeech/ASR/prepare_shar.sh b/egs/librispeech/ASR/prepare_shar.sh index 30145fcb1..49415e57e 100755 --- a/egs/librispeech/ASR/prepare_shar.sh +++ b/egs/librispeech/ASR/prepare_shar.sh @@ -77,24 +77,6 @@ if [ $stage -le 3 ] && [ $stop_stage -ge 3 ]; then touch data/shar/.librispeech.done fi - - if [ ! -e data/fbank/.librispeech-validated.done ]; then - log "Validating data/fbank for LibriSpeech" - parts=( - train-clean-100 - train-clean-360 - train-other-500 - test-clean - test-other - dev-clean - dev-other - ) - for part in ${parts[@]}; do - python3 ./local/validate_manifest.py \ - data/fbank/librispeech_cuts_${part}.jsonl.gz - done - touch data/fbank/.librispeech-validated.done - fi fi # Run the rest of data preparation steps