tensorflow-onnx
tensorflow-onnx copied to clipboard
Fixed Conv3DTranspose with strides for data format channels_first (fixes #1714)
While shape calculations for the input correctly distinguished between channels_first and channels_last, shape calculations for the inputs of the final Slice and Pad nodes always assumed channels_last format.
@fthielke Let me know if you have any questions.