tensorflow-onnx icon indicating copy to clipboard operation
tensorflow-onnx copied to clipboard

Support Convolution2DTransposeBias conversion

Open Honry opened this issue 3 years ago • 1 comments

I am trying to convert Selfie Segmentation TFLite model to ONNX, but which includes a custom op Convolution2DTransposeBias. So this is a feature request to support conversion of this op in tf2onnx, I suppose this should be supported by ONNX's ConvTranspose.

Honry avatar Nov 19 '21 06:11 Honry

The Convolution2DTranspose with Bias term would be suuported when this issues fixed. https://github.com/onnx/tensorflow-onnx/issues/1740

hwangdeyu avatar Jan 20 '22 09:01 hwangdeyu

This script result of this issue is changed cause https://github.com/onnx/tensorflow-onnx/issues/1741 added the optimize() logic for tf1 keras conversion. Please consider creating a new issue if there are leftover issues.

hwangdeyu avatar Aug 11 '22 07:08 hwangdeyu