jikechao opened a new pull request, #15868: URL: https://github.com/apache/tvm/pull/15868
As the ONNX documentation description [here](https://onnx.ai/onnx/operators/onnx__ConvTranspose.html#:~:text=strides%20%2D%20INTS%20%3A%20Stride%20along%20each%20spatial%20axis.%20If%20not%20present%2C%20the%20stride%20defaults%20to%201%20along%20each%20spatial%20axis.) The parameter `strides` in ConvTranspose is an optional attribute using '1' as default. This PR fixed it and added a corresponding regression test. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
