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/11 20:36:30 UTC

[GitHub] [incubator-mxnet] ptrendx commented on issue #15198: Need a debugging utility to dump out intermediate values of Tensor object

ptrendx commented on issue #15198: Need a debugging utility to dump out intermediate values of Tensor object
URL: https://github.com/apache/incubator-mxnet/issues/15198#issuecomment-501012861
 
 
   Monitor callback is good (although not really documented properly - I had to look at the internals of monitor implementation in Module API to know what the Python function should do to access the NDArray), but it only works for Symbol API, not for Gluon, which makes it really hard to debug backward pass/both passes of hybridized models.

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