啟動命令:
tensorboard --logdir="tensorboard"
啟動后顯示
Starting TensorBoard b'47' at http://0.0.0.0:6006
...
因為 win10 將 localhost 解析為 ipv6地址 [::1],所以無法使用 http://0.0.0.0:6006 查看 tensorboard
解決方法:
use chrome
http://localhost:6006
tensorboard 簡介
http://www.cnblogs.com/hellocwh/p/5776795.html
官方介紹
git tensorflow/tensorboard/README.md
https://github.com/tensorflow/tensorflow/blob/r0.12/tensorflow/tensorboard/README.md
官網介紹
https://www.tensorflow.org/versions/master/how_tos/graph_viz/index.html
https://www.tensorflow.org/versions/master/how_tos/summaries_and_tensorboard/index.html