windows tensorboard http://0.0.0.0:6006 无法访问 解决方法 - using chrome and localhost as ip
启动命令:
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
posted on 2017-05-31 18:24 squirrel2300 阅读(4282) 评论(0) 编辑 收藏 举报