【问题标题】:Tensorboard on Windows: 404 _traceDataUrl errorWindows 上的 Tensorboard:404 _traceDataUrl 错误
【发布时间】: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


【解决方案1】:

我遇到了完全相同的错误。也许是因为this 问题。所以尝试将环境变量更改为 --logdir=foo:C:\Users\Kevin\Documents\dev\Deadpool\Tensorflow-SegNet\logs。

希望对你有帮助。

【讨论】:

    【解决方案2】:

    会不会是你尝试用IE访问网页? Tensorboard 显然不支持 IE(https://github.com/tensorflow/tensorflow/issues/9372)。也许使用另一个浏览器。

    【讨论】:

      【解决方案3】:

      我之前也遇到过同样的错误,发现是网络设置问题。

      在 Internet Explorer 上,转到 工具 -> Internet 选项 -> 连接,点击 LAN 设置,然后点击自动检测设置

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2020-05-13
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多