From 135a74fcf31c4dacfccd08e873201bc702996249 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 10 五月 2023 19:20:24 +0800
Subject: [PATCH] update repo
---
egs/librispeech_100h/conformer/run.sh | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/egs/librispeech_100h/conformer/run.sh b/egs/librispeech_100h/conformer/run.sh
index 960f59a..a400788 100755
--- a/egs/librispeech_100h/conformer/run.sh
+++ b/egs/librispeech_100h/conformer/run.sh
@@ -19,8 +19,8 @@
token_type=bpe
type=sound
scp=wav.scp
-stage=1
-stop_stage=1
+stage=0
+stop_stage=0
# feature configuration
feats_dim=80
@@ -80,7 +80,7 @@
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
- local/data_prep_librispeech.sh ${data_librispeech}/LibriSpeech/${x} ${feats_dir}/data/${x//-/_}
+ local/data_prep_librispeech.sh ${raw_data}/LibriSpeech/${x} ${feats_dir}/data/${x//-/_}
done
fi
--
Gitblit v1.9.1