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 2022/02/14 13:41:57 UTC

[GitHub] [tvm] JCBrouwer commented on issue #10223: [Bug] Conv2DTranspose with groups not working correctly

JCBrouwer commented on issue #10223:
URL: https://github.com/apache/tvm/issues/10223#issuecomment-1039101873


   Great, thanks for the quick response!
   
   I can confirm that it's converting from PyTorch correctly for my more complex model on your branch.
   
   Now I'm getting an AssertionError on `relay.build()` though:
   ```
   AssertionError: only support groups == 1 when targetting cuda/gpu
   ```
   
   Are there plans to support grouped transposed convolutions on GPU?
   
   Is there a better workaround than splitting the groups manually?


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