From b28f3c9da94ae72a3a0b7bb5982b587be7cf4cd6 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 18 一月 2024 22:00:58 +0800
Subject: [PATCH] fsmn-vad bugfix (#1270)
---
funasr/models/paraformer/template.yaml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/funasr/models/paraformer/template.yaml b/funasr/models/paraformer/template.yaml
index 3972caa..bccf638 100644
--- a/funasr/models/paraformer/template.yaml
+++ b/funasr/models/paraformer/template.yaml
@@ -6,7 +6,6 @@
# tables.print()
# network architecture
-#model: funasr.models.paraformer.model:Paraformer
model: Paraformer
model_conf:
ctc_weight: 0.0
@@ -87,13 +86,6 @@
accum_grad: 1
grad_clip: 5
max_epoch: 150
- val_scheduler_criterion:
- - valid
- - acc
- best_model_criterion:
- - - valid
- - acc
- - max
keep_nbest_models: 10
avg_nbest_model: 5
log_interval: 50
--
Gitblit v1.9.1