在Windows当我执行:Tensorboard在Windows:404 _traceDataUrl错误
C:\ python35 \脚本\ tensorboard --logdir = C:\用户\凯文\文件\ dev的\ Deadpool \ Tensorflow-SegNet \日志
和我的网络浏览http://localhost:6006第一次,我重定向到http://localhost:6006/[[_traceDataUrl]]和我得到的命令提示符消息:
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的消息,但这一次d isplays一个空白的网页。
日志目录:
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?
现在这个问题已经神秘地消失了。但我不能删除这个问题,直到它再次发生。所以我会打开它。请不要低估它。 – empty