提交 c3185d82 编写于 作者: B BBuf

release 0.3.4

上级 fe80db51
......@@ -98,5 +98,7 @@ python3 setup.py install
- 2020/4/16 解决自动代码生成遗留问题,并将自动代码生成的测试加入CI,发布0.3.2 whell包。
- 2020/6/21 导出ONNX新增PreLU/LeakyReLU OP,修复自动代码生成bug,发布0.3.3 whell包。
- 2020/6/23 导出ONNX新增Constant OP,修复BN只有NC两个维度(InsightFace)导出的bug以及禁用导出ONNX时默认开启的global function,发布0.3.3.20210623 whell包。
- 2020/6/24 导出ONNX新增Flatten OP,发布0.3.4 whell包。
......@@ -97,5 +97,7 @@ This tool is to transform OneFlow models into models that can be used on the Ser
- 2020/4/16 Merged Expand OP into the main branch. Debugged oneflow_api. 0.3.1 whell package was announced.
- 2020/4/16 Solve the remaining problems of automatic code generation, add the test of automatic code generation to CI. 0.3.2 whell package was announced.
- 2020/6/21 Add PreLU/LeakyReLU OP ONNX Export, fix automatic code generation bug. 0.3.3 whell package was announced.
- 2020/6/32 Add Constant OP ONNX Export,fix batchnorm op export onnx bug (which caused in insightface) and disable the global function that
- 2020/6/23 Add Constant OP ONNX Export,fix batchnorm op export onnx bug (which caused in insightface) and disable the global function that
is enabled by default when exporting ONNX . 0.3.3.20210623 whell package was announced.
- 2020/6/24 Add Flatten OP ONNX Export. 0.3.4 whell package was announced.
......@@ -24,7 +24,7 @@ long_description += "Email: zhangxiaoyu@oneflow.org"
setuptools.setup(
name="oneflow_onnx",
version="0.3.3.20210623",
version="0.3.4",
author="zhangxiaoyu",
author_email="zhangxiaoyu@oneflow.org",
description="a toolkit for converting trained model of OneFlow to ONNX and ONNX to OneFlow.",
......@@ -39,4 +39,4 @@ setuptools.setup(
"Operating System :: OS Independent",
],
license='Apache 2.0'
)
\ No newline at end of file
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册