From 29b2cc8ba125c7bbed75eb6012179b9cc4eeaee8 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 29 六月 2023 20:14:17 +0800
Subject: [PATCH] export

---
 funasr/version.txt            |    2 +-
 funasr/export/export_model.py |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/funasr/export/export_model.py b/funasr/export/export_model.py
index babe9d9..f31f960 100644
--- a/funasr/export/export_model.py
+++ b/funasr/export/export_model.py
@@ -192,6 +192,7 @@
                 config, model_file, cmvn_file, 'cpu'
             )
             self.frontend = model.frontend
+            self.export_config["feats_dim"] = 560
         elif mode.startswith('offline'):
             from funasr.tasks.vad import VADTask
             config = os.path.join(model_dir, 'vad.yaml')
diff --git a/funasr/version.txt b/funasr/version.txt
index 05e8a45..2228cad 100644
--- a/funasr/version.txt
+++ b/funasr/version.txt
@@ -1 +1 @@
-0.6.6
+0.6.7

--
Gitblit v1.9.1