szha edited a comment on issue #20147: URL: https://github.com/apache/incubator-mxnet/issues/20147#issuecomment-819671607
I think we do support depthwise convolution. One just needs to set the number of groups to be the same as filters with the convolution op: https://mxnet.apache.org/versions/1.8.0/api/python/docs/api/ndarray/ndarray.html?highlight=convolution#mxnet.ndarray.Convolution However I'm not familiar with where such support can be added. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
