First of all, I would like to thank the TVM developers for the implementation 
of 3d operations such as 3D convolutions. This feature is very much appreciated 
by 3D CNN users like me.

I am contacting you because of the lack of support for group convolutions. For 
example, if you try to import a network with a group convolution, you get the 
following error :

No support for arbitrary group number for conv3d

which is cause by groups != 1 in 
https://github.com/apache/incubator-tvm/blob/28ea54aa9d09f5087ef9ee467168a3c6c596a336/python/tvm/relay/op/strategy/generic.py#L470

Is there a way to solve this problem? Do you have any plans to include this 
feature in the TVM development roadmap ?





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/not-support-arbitrary-group-number-for-conv3d/7949/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/efe8792510cf390a4a09afb254900a377cc87d68ea65fe8ed1f4adbeac7948a6).

Reply via email to