apeforest commented on issue #15120: [bug] fix higher grad log 
URL: https://github.com/apache/incubator-mxnet/pull/15120#issuecomment-500511759
 
 
   > @apeforest , Thank You for explaining how to get the dump of the graph. 
Waiting the PR which simplifies that.
   > 
   > Also could you tell me if it is possible to print the Node and it's value 
(for the array) via C++ and if yes then how .
   
   We don't yet have a utility function to do that. What do you mean the value 
of the node? A node only represent a computation in the graph. The values are 
passed in/out when the graph is traversed and each node invokes the 
FCompute/FGradient functions registered. I think we can only track values in 
the corresponding NDArray outputs. Please let me know if I misunderstand your 
question.

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


With regards,
Apache Git Services

Reply via email to