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/06/21 16:47:42 UTC

[GitHub] [incubator-mxnet] access2rohit commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid

access2rohit commented on a change in pull request #15288: [MXNET-978] Higher order gradient for sigmoid
URL: https://github.com/apache/incubator-mxnet/pull/15288#discussion_r296313099
 
 

 ##########
 File path: src/imperative/imperative.cc
 ##########
 @@ -501,6 +501,10 @@ std::vector<NDArray*> Imperative::Backward(
     }
   }
 
+  if (dmlc::GetEnv("MXNET_MEM_PLAN_VERBOSE_LOGGING", false)) {
 
 Review comment:
   Can you explain how logging of static memory helps here ?

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


With regards,
Apache Git Services