You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/02/06 01:13:37 UTC

[GitHub] Vikas89 commented on a change in pull request #14031: Fix transposed convolution in CPU w/o MKLDNN.

Vikas89 commented on a change in pull request #14031: Fix transposed convolution in CPU w/o MKLDNN.
URL: https://github.com/apache/incubator-mxnet/pull/14031#discussion_r253963750
 
 

 ##########
 File path: src/operator/nn/deconvolution-inl.h
 ##########
 @@ -485,7 +455,6 @@ class DeconvolutionOp {
   DeconvolutionParam param_;
   mshadow::Shape<2> shape_colunit_;
   mshadow::Shape<3> shape_dstunit_;
-  index_t nstep_;
 
 Review comment:
   Can you please tell me why was this removed?

----------------------------------------------------------------
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