AndrewZhaoLuo commented on issue #9653:
URL: https://github.com/apache/tvm/issues/9653#issuecomment-987454778


   Yeah this is probably my thing. Some weird thing going with layout 
transforms yep.
   
   If you change "nn.conv2d_transpose": ["NCHW", "default"], to 
"nn.conv2d_transpose": ["NCHW", "IOHW"] in the 
`python/tvm/relay/op/contrib/tensorrt.py` it works.
   
   So the default should be IOHW but need to look closer


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