issues
search
PINTO0309
/
onnx2tf
Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.
MIT License
695
stars
73
forks
source link
Fix to preserve `domain` and `ir_version`
#612
Closed
PINTO0309
closed
6 months ago
PINTO0309
commented
6 months ago
1. Content and background
onnx2tf.py
,
common_functions.py
Fix to preserve
domain
and
ir_version
.
Fixed a problem that
domain
and
ir_version
were rewritten to the latest version during model optimization operation.
Also modified
sng4onnx
.
2. Summary of corrections
3. Before/After (If there is an operating log that can be used as a reference)
4. Issue number (only if there is a related issue)
1. Content and background
onnx2tf.py
,common_functions.py
domain
andir_version
.domain
andir_version
were rewritten to the latest version during model optimization operation.2. Summary of corrections
3. Before/After (If there is an operating log that can be used as a reference)
4. Issue number (only if there is a related issue)