alicja-SiMa-ai opened a new pull request #9443: URL: https://github.com/apache/tvm/pull/9443
Shape of weights was incorrectly set for grouped transposed conv2D and implementation of the grouped transposed conv2D was missing. As a result, some models were not supported. Please see example of the CenterNet model [here](https://discuss.tvm.apache.org/t/centernet-dlav0-pytorch-to-tvm-is-wrong-who-can-help-me/6532) with error message`in particular dimension 1 conflicts 0 does not match 1; unable to unify: Tensor[(256, 0, 4, 4), float32] and Tensor[(256, 1, 4, 4), float32]`. This PR adds missing implementation and required tests. -- 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]
