I am using Estimator to train my net. I want to monitor with Tensorboard. Blogs for Estimator claim things like:
"The training will output information like the global step, loss,
and accuracy over time on the terminal output. Besides this, the
Experiment and Estimator framework will log certain statistics to
be visualized by TensorBoard."
https://medium.com/onfido-tech/higher-level-apis-in-tensorflow-67bfb602e6c0
My process does indeed create and event file, but there is nothing in it.
These tags are in checkpoints/1504359209.469093:
audio -
histograms -
images -
scalars -
tensor -
What controls which scalars etc. Estimator writes, and how often it writes them?
Firstly, the documentation is not very clear on this point. To avoid writing a tutorial, here are a few points that you might find helpful, although I should say I am not quite clear on how your code is currently set up.