From f191f4c868af7ca73e4fae6242339309ae15d88c Mon Sep 17 00:00:00 2001
From: 志浩 <neo.dzh@alibaba-inc.com>
Date: 星期二, 14 三月 2023 14:31:27 +0800
Subject: [PATCH] modify statistic pooling layer
---
funasr/export/export_model.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/export/export_model.py b/funasr/export/export_model.py
index 9f5cb0e..9a599eb 100644
--- a/funasr/export/export_model.py
+++ b/funasr/export/export_model.py
@@ -20,7 +20,7 @@
self.cache_dir = Path(cache_dir)
self.export_config = dict(
feats_dim=560,
- onnx=onnx,
+ onnx=False,
)
logging.info("output dir: {}".format(self.cache_dir))
self.onnx = onnx
--
Gitblit v1.9.1