在pytorch中使用张量板,但出现空白页?

时间:2019-12-12 15:43:48

标签: python pytorch tensorboard torch tensorboardx

我在pytorch 1.3.1中使用了tensorboard,我在pytorch docs for tensorboard中所做的完全相同。 运行tensorboard --logdir=runs之后,我得到了这个enter image description here

$ tensorboard --logdir=runs
TensorFlow installation not found - running with reduced feature set.
Serving TensorBoard on localhost; to expose to the network, use a proxy or pass --bind_all
TensorBoard 2.1.0 at http://localhost:6006/ (Press CTRL+C to quit)

打开http://localhost:6006/后,我得到了这样的空白页enter image description here

我也尝试了tensorboardX,并得到了相同的结果。你能告诉我如何解决这个问题吗?谢谢。

3 个答案:

答案 0 :(得分:1)

我在Windows上使用Torch 1.4.0,但遇到了同样的问题。原来我已经安装了2.x版本的Tensorboard。我恢复到1.15.0,就解决了这个问题。

答案 1 :(得分:0)

我在tensorboard版本> = 2.0中也遇到了这个问题。 我所做的是添加--bind_all
您可以尝试:

tensorboard --logdir=runs --bind_all

答案 2 :(得分:0)

确保您正在跑步 tensorboard --logdir=runs来自与“运行”相同的目录