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 2018/08/20 16:45:28 UTC

[GitHub] apeforest commented on a change in pull request #11831: [MXNET-484] MKLDNN C++ test for LRN operator

apeforest commented on a change in pull request #11831: [MXNET-484] MKLDNN C++ test for LRN operator
URL: https://github.com/apache/incubator-mxnet/pull/11831#discussion_r211329695
 
 

 ##########
 File path: src/operator/nn/mkldnn/mkldnn_lrn-inl.h
 ##########
 @@ -200,8 +206,15 @@ void MKLDNNLRNBackward(const OpContext &ctx, const LRNParam &param,
   if (req == kNullOp) {
     return;
   }
+
+  // TODO(alex): figure out why in_grad output incorrect when in_data is nchw8c
 
 Review comment:
   Do you have a JIRA ticket to track this TODO? If so, could you please paste it here?

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