TensorBoard doesn't do anything upon execution

自古美人都是妖i 提交于 2019-12-12 04:49:54

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!