【发布时间】:2017-09-13 21:45:49
【问题描述】:
当我执行时在 Windows 上:
c:\python35\scripts\tensorboard --logdir=C:\Users\Kevin\Documents\dev\Deadpool\Tensorflow-SegNet\logs
当我第一次被重定向到 http://localhost:6006/[[_traceDataUrl]] 时,我通过网络浏览到 http://localhost:6006 并收到命令提示符消息:
W0913 14:32:25.401402 Reloader tf_logging.py:86] Found more than one graph event per run, or there was a metagraph containing a graph_def, as well as one or more graph events. Overwriting the graph with the newest event.
W0913 14:32:25.417002 Reloader tf_logging.py:86] Found more than one metagraph event per run. Overwriting the metagraph with the newest event.
W0913 14:32:36.446222 Thread-2 application.py:241] path /[[_traceDataUrl]] not found, sending 404
当我再次尝试http://localhost:6006 时,TensorBoard 需要很长时间再次显示 404 消息,但这次显示的是空白网页。
日志目录:
checkpoint
events.out.tfevents.1504911606.LTIIP82
events.out.tfevents.1504912739.LTIIP82
model.ckpt-194000.data-00000-of-00001
model.ckpt-194000.index
model.ckpt-194000.meta
为什么我会被重定向和 404ed?
【问题讨论】:
-
现在问题已经神秘地消失了。但我不能删除这个问题,直到它再次发生。所以我会把它打开。请不要投反对票。
标签: tensorboard