Published September 25, 2022
| Version 1.5.31
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Creators
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
inAveragePool.py
is used only for appropriate tensors to fix bug mentioned in https://github.com/PINTO0309/onnx2tf/pull/143. After this fix, tensors afterAveragePool
now have correct shape as below.
- MaxPool padding insertion logic is updated same as
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"> |
- MaxPool padding insertion logic update by @Hyunseok-Kim0 in https://github.com/PINTO0309/onnx2tf/pull/138
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.5.30...1.5.31
Notes
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
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.5.31 (URL)