From e01ea43ddeda5fbab8f3f3324904e98b26579573 Mon Sep 17 00:00:00 2001
From: 北念 <lzr265946@alibaba-inc.com>
Date: 星期四, 03 八月 2023 20:27:27 +0800
Subject: [PATCH] add paraformer_large_online RESULTS.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