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
708 stars 73 forks source link

README corrections due to API changes (I'll get serious from tomorrow) #702

Closed PINTO0309 closed 1 month ago

PINTO0309 commented 1 month ago

Issue Type

Documentation Feature Request, Others

OS

Linux

onnx2tf version number

1.25.15

onnx version number

1.16.1

onnxruntime version number

1.18.1

onnxsim (onnx_simplifier) version number

0.4.33

tensorflow version number

2.17.0

Download URL for ONNX

NA

Parameter Replacement JSON

NA

Description

marcoschepis commented 1 month ago

If you want, I updated also the readme in pull request #703

PINTO0309 commented 1 month ago

@marcoschepis Wow. Thank you!