There is a newer version of the record available.

Published September 25, 2022 | Version 1.5.31
Software Open

Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)

Description

  • AveragePool, MaxPool
    • MaxPool padding insertion logic is updated same as AveragePool.
    • Dilated MaxPool 1D with strided fixed, 3D and above is disabled.
    • average_multiplier in AveragePool.py is used only for appropriate tensors to fix bug mentioned in https://github.com/PINTO0309/onnx2tf/pull/143. After this fix, tensors after AveragePool now have correct shape as below.
Before After
<img src="https://user-images.githubusercontent.com/34959032/214453024-abdacd6e-c1cb-4c91-b866-68433ec75781.png" height="400"> <img src="https://user-images.githubusercontent.com/34959032/214453071-5fe35461-5878-4962-bbad-c0f60e40e586.png" height="400">
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.5.30...1.5.31

Notes

If you use onnx2tf in your research, please cite it using these metadata.

Files

PINTO0309/onnx2tf-1.5.31.zip

Files (449.9 kB)

Name Size Download all
md5:3e82391e09a67ad88e437c5c502999a8
449.9 kB Preview Download

Additional details

Related works