Skip to content

mgeconvert 1.0.2

Latest
Compare
Choose a tag to compare
@daisycx daisycx released this 30 Aug 07:20
· 11 commits to master since this release

Highlight

  • onnx转mge功能更完善,增加若干算子的转换支持,支持mobilevit、mobilenetv3、mobileone、efficientnet模型转换

Bug Fixes

  • 修复对 node 的 shape 和 dtype 为 None时报错的问题
  • 修复pip安装时指定tfversion会出错的问题
  • 修复onnx前端tensor owner_opr被覆盖的问题

New Features

  • onnx2mge增加对 Div、 Hardsigmoid、Pow、Reduce、Shape、Sqrt、Sub、Unsqueeze 算子的支持
  • 增加 TransformerRule 支持 onnx2mge中让fc的weight为非trans模式
  • onnx2mge增加 --optimize-for-inference 选项支持dump mge模型时进行优化
  • onnx2mge支持动态输入shape,增加 --frozen_input_shape支持使用onnxsim来固定shape,以优化当前shape的模型
  • tflite转换器增加 --use_int64_bias 选项支持MatMul、Conv2d、DeConv2d的bias使用int64