【问题标题】:Tensorboard shows nothing in browser and vscodeTensorboard 在浏览器和 vscode 中什么都不显示
【发布时间】:2021-09-05 17:51:08
【问题描述】:

我运行了我的代码,得到了一个带有日志的 tfevent 文件。

当我跑的时候

tensorboard --inspect --logdir Path

find path | grep tfevent

他们毫无问题地返回结果

在我的环境中, tensorboard 和 tensorboardX 的版本分别是 2.5.0 和 2.2

我使用了tensorboard --logdir=Path,它在浏览器中启动。但它在左上角显示了一个带有 tensorboard 徽标的空白页面。

同样,我也在vscode中尝试过使用tensorboardX集成张量板abd它显示了相同的内容。

最后我在 Colab 中试了一下,效果很好,说明我的文件没有问题。

所以我真的对我的环境设置问题感到困惑。 感谢您的帮助!

【问题讨论】:

    标签: visual-studio-code tensorboard


    【解决方案1】:

    这似乎对我有用:

    pip uninstall torch-tb-profiler
    

    在此处查看更多信息: Tensorboard loading forever/ not loading in vs code nor in terminal

    【讨论】:

      猜你喜欢
      • 2021-06-03
      • 2017-06-29
      • 1970-01-01
      • 1970-01-01
      • 2013-03-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-03-01
      相关资源
      最近更新 更多