在pytorch中使用tensorboard,但得到空白页面?

2024-04-03

我在pytorch 1.3.1中使用tensorboard,并且我在张量板的 pytorch 文档 https://pytorch.org/docs/stable/tensorboard.html。 运行后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)

And after opening http://localhost:6006/, I got blank page like this enter image description here

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


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

tensorboard --logdir=runs --bind_all
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

在pytorch中使用tensorboard,但得到空白页面? 的相关文章

随机推荐