You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/18 05:42:15 UTC

[GitHub] chinakook opened a new issue #7517: Add Depthwise Deconvolution support?

chinakook opened a new issue #7517: Add Depthwise Deconvolution support?
URL: https://github.com/apache/incubator-mxnet/issues/7517
 
 
   @crazy-cat Hi cat. You have make the convolution faster when the num_filter==num_group(depthwise convolution).
   I have a question for that, the mx.sym.Deconvolution is the opposite operator of convolution, Can it benefit from the num_filter==num_group? This trick is sometimes used in the FCN semantic segmentation to upsample features from lower layers and keep the deconvolution weights less.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services