执行时在Windows上执行:
c:\ python35 \ scripts \ tensorboard --logdir = C:\ Users \ Kevin \ Documents \ dev \ Deadpool \ Tensorflow-SegNet \ logs
当我第一次被重定向到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消息,但这次会显示一个空白网页。
记录目录:
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?
答案 0 :(得分:1)
我有完全相同的错误。也许是因为this问题。因此,尝试将env变量更改为--logdir = foo:C:\ Users \ Kevin \ Documents \ dev \ Deadpool \ Tensorflow-SegNet \ logs。
希望它有所帮助。
答案 1 :(得分:0)
您是否尝试使用IE访问该网页?显然,Tensorboard还不支持IE(https://github.com/tensorflow/tensorflow/issues/9372)。也许使用另一个浏览器。
答案 2 :(得分:0)
之前我遇到过同样的错误,发现这是由于互联网设置问题。
在Internet Explorer上,转到工具 - > 互联网选项 - > 连接,单击 LAN设置,然后单击自动检测设置。