Currently TVM doesn't support Conv2d transpose with groups > 1. When turning Pytorch model to Relay there will be an error.
Detail discussion could be seen at: https://discuss.tvm.apache.org/t/pytorch-error-when-turning-a-simple-pytorch-model-to-relay/10158
P.S. It may be better if TVM can show some warnings saying that a specific parameter for an op is unsupported, rather than just gives some kind of error?