我正在关注 https://github.com/aymericdamien/TensorFlow-Examples/blob/master/examples/5%20-%20User%20Interface/loss_visualization.py 来可视化张量流。
我做了什么(在 Pycharm 上):
- 第 1 步,运行 .py 代码。
- 第 2 步,查看 - 工具窗口 - 终端,然后输入“tensorboard --logdir=/tmp/tensorflow_logs”
- 然后我期待看到一些图表,如https://www.tensorflow.org/versions/r0.8/how_tos/graph_viz/index.html
但是,在我的浏览器http://localhost:6006/上,没有生成图表,但似乎启动了 tensorboard。请参阅随附的屏幕截图。
我错过了什么?非常感谢。
(初学者问题....感谢理解)