PINTO0309 / onnx2tf

Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.
MIT License
662 stars 65 forks source link

FusedConv error #643

Closed tanphan07 closed 3 months ago

tanphan07 commented 3 months ago

Issue Type

Others

OS

Linux

onnx2tf version number

1.22.3

onnx version number

1.15.0

onnxruntime version number

1.17.1

onnxsim (onnx_simplifier) version number

0.4.33

tensorflow version number

2.16.1

Download URL for ONNX

lm_model4_opt.onnx.zip

Parameter Replacement JSON

-

Description

Screenshot from 2024-05-31 14-14-09 I can not convert this onnx model to tflite. When i convert, i have this error. Can you support me to handle this problem

PINTO0309 commented 3 months ago

Fix: https://github.com/PINTO0309/onnx2tf/releases/tag/1.22.4

tanphan07 commented 3 months ago

Fix: https://github.com/PINTO0309/onnx2tf/releases/tag/1.22.4

thank you for your quick reply. Can you give me a fp16 version.

PINTO0309 commented 3 months ago

Do it yourself.