Load an onnx model with ConvTranspose2d group > 1

I’m a bit confused if glow adds some other checks to the transposed convolutions.

Moreover the same check works for Conv2d layers.

I managed to convert the model with group=1. Obviously, I have to retrain the model with new layer.

Anyway I wonder what’s wrong with original case in my initial post.