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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
