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/03/05 18:05:02 UTC

[GitHub] piiswrong commented on a change in pull request #9994: Tensorboard: Add histogram callback

piiswrong commented on a change in pull request #9994: Tensorboard: Add histogram callback
URL: https://github.com/apache/incubator-mxnet/pull/9994#discussion_r172276154
 
 

 ##########
 File path: python/mxnet/contrib/tensorboard.py
 ##########
 @@ -71,3 +72,43 @@ def __call__(self, param):
             if self.prefix is not None:
                 name = '%s-%s' % (self.prefix, name)
             self.summary_writer.add_scalar(name, value)
+
+    def node_histogram_visualization(self, prefix=None, node_names=None, bins="auto"):
 
 Review comment:
   How is this supposed to be used? Should it be a new class?

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