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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM