From 54931dd4e1a099d7d6f144c4e12e5453deb3aa26 Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期三, 28 六月 2023 10:41:57 +0800
Subject: [PATCH] Merge branch 'main' of https://github.com/alibaba-damo-academy/FunASR into main
---
egs/wenetspeech/conformer/local/data.sh | 14 +++-----------
1 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/egs/wenetspeech/conformer/local/data.sh b/egs/wenetspeech/conformer/local/data.sh
index dcfba5f..2b0a4be 100755
--- a/egs/wenetspeech/conformer/local/data.sh
+++ b/egs/wenetspeech/conformer/local/data.sh
@@ -13,23 +13,15 @@
# general configuration
nj=10
-stage=1
+stage=2
stop_stage=100
set=L
data_dir="data"
+WENETSPEECH=
+train_cmd=
log "$0 $*"
. utils/parse_options.sh
-
-. ./path.sh || exit 1;
-. ./cmd.sh || exit 1;
-. ./db.sh || exit 1;
-
-if [ ! -e "${WENETSPEECH}" ]; then
- log "Fill the value of 'WENETSPEECH' of db.sh"
- log "or download the data set follwing the instruction in https://wenet-e2e.github.io/WenetSpeech/"
- exit 1
-fi
if [ ! -d "${WENETSPEECH}/audio" ] && [ ! -f "${WENETSPEECH}/WenetSpeech.json" ]; then
echo "Valid WENETSPEECH data not found in ${WENETSPEECH}."
--
Gitblit v1.9.1