From 9d7c6e75f0b2ab1a5fc6e3a3a795d804fdb0bc8d Mon Sep 17 00:00:00 2001
From: ShiLiang Zhang <sly.zsl@alibaba-inc.com>
Date: 星期一, 07 八月 2023 10:18:01 +0800
Subject: [PATCH] Update SDK_tutorial_online.md
---
egs/callhome/diarization/sond/run.sh | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/egs/callhome/diarization/sond/run.sh b/egs/callhome/diarization/sond/run.sh
index c0ecd35..5c5cbd4 100644
--- a/egs/callhome/diarization/sond/run.sh
+++ b/egs/callhome/diarization/sond/run.sh
@@ -48,6 +48,7 @@
# dataset related
data_root=
+callhome_root=path/to/NIST/LDC2001S97
# experiment configuration
lang=en
@@ -124,7 +125,7 @@
utils/fix_data_dir.sh ${datadir}/swbd_sre
# 3. Prepare the Callhome portion of NIST SRE 2000.
- local/make_callhome.sh /nfs/wangjiaming.wjm/speech-data/NIST/LDC2001S97 ${datadir}/
+ local/make_callhome.sh ${callhome_root} ${datadir}/
fi
--
Gitblit v1.9.1