From e1ba6bc138b4e73875c64f35f98f3b15a0560e92 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 17 五月 2023 15:16:06 +0800
Subject: [PATCH] Merge branch 'dev_infer' of https://github.com/alibaba/FunASR into dev_infer

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

diff --git a/egs/callhome/diarization/sond/sond.yaml b/egs/callhome/diarization/sond/sond.yaml
index 9e6640b..868163f 100644
--- a/egs/callhome/diarization/sond/sond.yaml
+++ b/egs/callhome/diarization/sond/sond.yaml
@@ -2660,13 +2660,14 @@
     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:
     # pass by model, equal to feature dim
     # input_size: 80
     pooling_type: "window_shift"
+    batchnorm_momentum: 0.01
     pool_size: 20
     stride: 1
     tf2torch_tensor_name_prefix_torch: encoder

--
Gitblit v1.9.1