问题
Whenever I execute TensorBoard I just get:
Starting TensorBoard 54 at http://localhost:6006
(Press CTRL+C to quit)
and then nothing happens. Any advice on how to get the graph to show?
EDIT: Sorry I meant to clarify that I copy and paste "http://localhost:6006" into my browser and "No scalar data was found" appears.
FIXED: I was not typing the correct log directory. For anyone in the future who has this problem, don't be like me and assume that TensorBoard automatically reads through the /tmp directory.
回答1:
One possible reason might be not giving the correct log directory, and at other times people often forget to write back summaries.
来源:https://stackoverflow.com/questions/44866579/tensorboard-doesnt-do-anything-upon-execution