You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/07 00:56:22 UTC

[GitHub] [tvm] AndrewZhaoLuo commented on issue #9653: [Bug] test_tensorrt.py::test_conv2d_transpose failed

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org