You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/07/30 05:35:07 UTC

[GitHub] ysh329 commented on issue #5345: Add tensorboard support in Speedometer.

ysh329 commented on issue #5345: Add tensorboard support in Speedometer.
URL: https://github.com/apache/incubator-mxnet/pull/5345#issuecomment-318879975
 
 
   @jmerkow My Dear brother, I met same problem as yours: never got the eval call back curve or same color for eval and train curve. I didn't understand your means, May you clarify your code change below clearly, thanks a lot!
   
   ```python 
   self.summary_writer.add_scalar(name, value)
   ```
   to
   ```python
   self.summary_writer.add_scalar(name, value, global_step=param.nbatch).
   ```
 
----------------------------------------------------------------
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