From 2793afe461ab1bc6bfa2748df878aa8fffb48348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=98=89=E6=B8=8A?= Date: Wed, 10 May 2023 19:38:58 +0800 Subject: [PATCH] update repo --- egs/librispeech_100h/conformer/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech_100h/conformer/run.sh b/egs/librispeech_100h/conformer/run.sh index 05369b7b5..abf2b5ea5 100755 --- a/egs/librispeech_100h/conformer/run.sh +++ b/egs/librispeech_100h/conformer/run.sh @@ -79,7 +79,7 @@ fi if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then echo "stage 0: Data preparation" # Data preparation - for x in train-clean-100 train-clean-360 train-other-500 dev-clean dev-other test-clean test-other; do + for x in dev-clean dev-other test-clean test-other train-clean-100; do local/data_prep.sh ${raw_data}/LibriSpeech/${x} ${feats_dir}/data/${x//-/_} done fi