You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/04/14 17:00:02 UTC

[GitHub] [incubator-mxnet] szha edited a comment on issue #20147: NotImplementedError!: Separable Conv1D is not supported in current MXNet

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org