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/03/12 22:44:12 UTC

[GitHub] [tvm] jwfromm opened a new pull request #7655: [Relay][ONNX][Frontend] Fix issue when group attribute isnt defined in convtranspose.

jwfromm opened a new pull request #7655:
URL: https://github.com/apache/tvm/pull/7655


   The convtranspose importer incorrectly was assuming that the group attribute will always be defined. Instead, it is supposed to default to 1 when not provided. This 1-liner handles it properly. I also cleaned up some code duplication in the convtranspose 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.

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



[GitHub] [tvm] jwfromm commented on pull request #7655: [Relay][ONNX][Frontend] Fix issue when group attribute isnt defined in convtranspose.

Posted by GitBox <gi...@apache.org>.
jwfromm commented on pull request #7655:
URL: https://github.com/apache/tvm/pull/7655#issuecomment-797797753


   @mbrookhart @masahi can one of you take a look at this small fix?


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

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



[GitHub] [tvm] mbrookhart merged pull request #7655: [Relay][ONNX][Frontend] Fix issue when group attribute isnt defined in convtranspose.

Posted by GitBox <gi...@apache.org>.
mbrookhart merged pull request #7655:
URL: https://github.com/apache/tvm/pull/7655


   


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

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



[GitHub] [tvm] mbrookhart commented on pull request #7655: [Relay][ONNX][Frontend] Fix issue when group attribute isnt defined in convtranspose.

Posted by GitBox <gi...@apache.org>.
mbrookhart commented on pull request #7655:
URL: https://github.com/apache/tvm/pull/7655#issuecomment-799515143


   Thanks @jwfromm 


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

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