Published September 25, 2022
| Version 1.2.15
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
- The workaround to replace a leading slash in an OP name with
wa/is performed only when--output_signaturedefsis enabled. - Support for direct replacement of
SliceOP withtf.strided_slice
- replace_slice.json sample
Sliceimplements special replacements separately ignore all automatic conversions and generatetf.strided_slicedirectly by specifying all parameters oftf.strided_slicedirectly. https://www.tensorflow.org/api_docs/python/tf/strided_slice{ "format_version": 1, "operations": [ { "op_name": "/Slice", "param_target": "op", "begin": [0,0,1,0], "end": [0,0,0,0], "end_mask": 15 }, { "op_name": "/Slice_1", "param_target": "op", "begin": [0,0,0,0], "end": [0,0,39,0], "end_mask": 11 } ] }
- Slice replacement by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/55
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.2.14...1.2.15
Notes
Files
PINTO0309/onnx2tf-1.2.15.zip
Files
(394.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:d029f044fcd10c78907397e49277de52
|
394.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.2.15 (URL)