Published September 25, 2022
| Version 1.5.25
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Authors/Creators
Description
- Fix
np.ndarrayof weights to be converted to tensor withtf.convert_to_tensor- This modification significantly reduces the size bloat of the generated
saved_modelProtocol Buffer file.
- This modification significantly reduces the size bloat of the generated
- Fix
np.ndarrayof weights to be converted to tensor withtf.convert_to_tensorby @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/141
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.5.24...1.5.25
Notes
Files
PINTO0309/onnx2tf-1.5.25.zip
Files
(446.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:3fb9f7b29c4c275696e0e18e7a22d97e
|
446.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.5.25 (URL)