From c63486e0b9ea73e4dc828c2b2b877b323b043228 Mon Sep 17 00:00:00 2001
From: Zhihao Du <neo.dzh@alibaba-inc.com>
Date: 星期四, 03 八月 2023 10:15:11 +0800
Subject: [PATCH] Merge pull request #799 from alibaba-damo-academy/dev_dzh
---
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