Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make step text depend on steps array (tensorflow#552)
Previously, the text atop image loaders (displaying step and wall time) would only depend on the step index. This was problematic because during reloads, the array of steps changes, but the number of sampled steps remains the same, so the text above individual images would not update. Fixes tensorflow#550. Test plan: Run mnist_with_summaries.py: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/examples/tutorials/mnist/mnist_with_summaries.py Start TensorBoard pointed at /tmp/tensorflow/mnist/logs/mnist_with_summaries, and navigate to the image dashboard. Notice that the step updates now when TensorBoard reloads, both during the periodic reload and during manually triggered reloads.
- Loading branch information