From 2abda77414f09e69caf370087b083829f81d0c6d Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期四, 09 三月 2023 16:38:18 +0800
Subject: [PATCH] modify unit test for speech_diarization_sond-en-us-callhome-8k-n16k4-pytorch

---
 egs/callhome/diarization/sond/sond.yaml       |    2 +-
 egs/callhome/diarization/sond/sond_fbank.yaml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/egs/callhome/diarization/sond/sond.yaml b/egs/callhome/diarization/sond/sond.yaml
index 9e6640b..147a14a 100644
--- a/egs/callhome/diarization/sond/sond.yaml
+++ b/egs/callhome/diarization/sond/sond.yaml
@@ -2660,7 +2660,7 @@
     lsm_weight: 0.1
     length_normalized_loss: true
     max_spk_num: 16
-    normlize_speech_speaker: true
+    normalize_speech_speaker: true
 # speech encoder
 encoder: resnet34_sp_l2reg
 encoder_conf:
diff --git a/egs/callhome/diarization/sond/sond_fbank.yaml b/egs/callhome/diarization/sond/sond_fbank.yaml
index 9ef036d..163efd6 100644
--- a/egs/callhome/diarization/sond/sond_fbank.yaml
+++ b/egs/callhome/diarization/sond/sond_fbank.yaml
@@ -2660,7 +2660,7 @@
     lsm_weight: 0.1
     length_normalized_loss: true
     max_spk_num: 16
-    normlize_speech_speaker: true
+    normalize_speech_speaker: true
 # speech encoder
 encoder: resnet34_sp_l2reg
 encoder_conf:

--
Gitblit v1.9.1