ah-cheng commented on PR #11076:
URL: https://github.com/apache/tvm/pull/11076#issuecomment-1107706463

   Looks like it's an onnx official issue.  According to the code:
   ```
   
https://github.com/onnx/onnx/blob/8ab1efa4fc979e1748ebd378a71a59a22deabe88/onnx/defs/nn/defs.cc
   ```
   the function `convTransposeShapeInference` we can know. 
   It did not perform additional processing on the value of pad after 
explicitly specifying output_shape.
   So according to the test
   
https://github.com/onnx/onnx/blob/main/onnx/backend/test/case/node/convtranspose.py
   The default pads is [0,0,0,0]
   So the last result is [1, 2, 9, 7]
   
   So about this PR. I should close it now until the onnx office fix it?  Or I 
still add the `test_convtranspose_output_shape` in `unsupported_onnx_tests`?  
So you can review this PR?


-- 
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]

Reply via email to