The LowerConvsToMatMul
function does not seem to support the ordinary im2col transformation of grouped convolutions.
#883
Unanswered
sansi-zhang
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, Supporting this would require more than simply adjusting LowerConvsToMatMul. The ConvolutionInputGenerator(_rtl) and MVAU or VVAU would need to be extended as well. I'm not aware of any plans to implement this, but we are always open for pull requests :-) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@maltanar
Hi, I got a "reshape" error while using LowerConvsToMatMul to process grouped convolutions.
I set the number of groups to be a factor of the number of input channels, and I've seen the corresponding value being written to the node in onnx, but there's an error when using LowerConvsToMatMul, it seems that it doesn't correctly recognize grouped convolutions with fewer groups than the number of input channels.
Can I fix this by adjusting LowerConvsToMatMul?
If can I hope you can give me some guidance and advice.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions