From 4870f0f8a5f3ae9072a56b6f320ba7ebcfaf4373 Mon Sep 17 00:00:00 2001
From: Binbin Gu <gubinbin@outlook.com>
Date: 星期五, 02 六月 2023 11:51:02 +0800
Subject: [PATCH] Update cardinal.py (#562)
---
egs/callhome/diarization/sond/sond_fbank.yaml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/egs/callhome/diarization/sond/sond_fbank.yaml b/egs/callhome/diarization/sond/sond_fbank.yaml
index 9ef036d..fc76259 100644
--- a/egs/callhome/diarization/sond/sond_fbank.yaml
+++ b/egs/callhome/diarization/sond/sond_fbank.yaml
@@ -2660,12 +2660,13 @@
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
+ batchnorm_momentum: 0.01
pooling_type: "window_shift"
pool_size: 20
stride: 1
--
Gitblit v1.9.1