Published September 25, 2022
| Version 1.2.23
Software
Open
Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)
Creators
Description
Axxxx
op -Dxxxx
op- pre_process_transpose
- post_process_transpose
ConvTranspose
- Direct replacement process for
ConvTranspose
totf.nn.convXd_transpose
. This is not an essential measure, but by specifying a parameter in the TensorFlow specification, it directly generates a TensorFlowtf.nn.convXd_transpose
OP, ignoring the automatic transformation process. https://www.tensorflow.org/api_docs/python/tf/nn/conv1d_transpose https://www.tensorflow.org/api_docs/python/tf/nn/conv2d_transpose https://www.tensorflow.org/api_docs/python/tf/nn/conv3d_transpose
- Direct replacement process for
- Problem in padding in ConvTranspose when stride is larger than 1 #56
- pre_process_transpose, post_process_transpose.
A-D
by @PINTO0309 in https://github.com/PINTO0309/onnx2tf/pull/65
Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.2.22...1.2.23
Notes
Files
PINTO0309/onnx2tf-1.2.23.zip
Files
(404.7 kB)
Name | Size | Download all |
---|---|---|
md5:852898e7ecb1b67f8e97d90d357c93fc
|
404.7 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/PINTO0309/onnx2tf/tree/1.2.23 (URL)