From 8f26a9acc2461ce0c77eacc3d36d3cef3457f520 Mon Sep 17 00:00:00 2001
From: speech_asr <wangjiaming.wjm@alibaba-inc.com>
Date: 星期三, 29 三月 2023 15:49:46 +0800
Subject: [PATCH] Merge branch 'dev_wjm' of https://github.com/alibaba/FunASR into dev_wjm

---
 funasr/punctuation/espnet_model.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/funasr/punctuation/espnet_model.py b/funasr/punctuation/espnet_model.py
index c513779..7266b38 100644
--- a/funasr/punctuation/espnet_model.py
+++ b/funasr/punctuation/espnet_model.py
@@ -24,8 +24,8 @@
 
         # ignore_id may be assumed as 0, shared with CTC-blank symbol for ASR.
         self.ignore_id = ignore_id
-        if self.punc_model.with_vad():
-            print("This is a vad puncuation model.")
+        #if self.punc_model.with_vad():
+        #    print("This is a vad puncuation model.")
 
     def nll(
         self,

--
Gitblit v1.9.1