From a7d7a0f3a2e7cd44a337ced34e3536b12ccb534e Mon Sep 17 00:00:00 2001 From: zhifu gao <zhifu.gzf@alibaba-inc.com> Date: 星期一, 11 三月 2024 19:24:44 +0800 Subject: [PATCH] Dev gzf (#1467) --- funasr/models/fsmn_vad_streaming/model.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/funasr/models/fsmn_vad_streaming/model.py b/funasr/models/fsmn_vad_streaming/model.py index c3063b0..d06db20 100644 --- a/funasr/models/fsmn_vad_streaming/model.py +++ b/funasr/models/fsmn_vad_streaming/model.py @@ -651,7 +651,7 @@ return self - def _export_forward(self, feats: torch.Tensor, *args, **kwargs): + def export_forward(self, feats: torch.Tensor, *args, **kwargs): scores, out_caches = self.encoder(feats, *args) -- Gitblit v1.9.1