From e2e7536b1aaa8611f4ecd767495cd28088fa46aa Mon Sep 17 00:00:00 2001
From: shixian.shi <shixian.shi@alibaba-inc.com>
Date: 星期五, 03 三月 2023 19:19:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'refs/remotes/origin/dev_timestamp' into dev_timestamp debug

---
 funasr/tasks/vad.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/funasr/tasks/vad.py b/funasr/tasks/vad.py
index e2a9123..22a5cb3 100644
--- a/funasr/tasks/vad.py
+++ b/funasr/tasks/vad.py
@@ -291,8 +291,7 @@
             model_class = model_choices.get_class(args.model)
         except AttributeError:
             model_class = model_choices.get_class("e2evad")
-        model = model_class(encoder=encoder, vad_post_args=args.vad_post_conf,
-                            streaming=args.encoder_conf.get('streaming', False))
+        model = model_class(encoder=encoder, vad_post_args=args.vad_post_conf)
 
         return model
 

--
Gitblit v1.9.1