Published September 25, 2022
| Version 1.3.19
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
- Changed the type of
TopKreturn value indices to int64 - Fixed
bug in explicit_broadcast- Skip subsequent processing in the following patterns.
const_or_var_1: [1,1,5000] const_or_var_2: [5000]
- Skip subsequent processing in the following patterns.
- Changed the type of
TopKreturn value indices to int64 and fixedbug in explicit_broadcastby @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/99
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.3.18...1.3.19
Notes
Files
PINTO0309/onnx2tf-1.3.19.zip
Files
(431.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:9bce457cea77a67b464402255cb25263
|
431.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.3.19 (URL)