Access Denied to view tensorboard

强颜欢笑 提交于 2019-12-24 07:03:26

问题


I have tried some tensorboard demo. The code runs fine, and after I ran tensorboard --logdir log/, I got the following console output which indicates everything is good so far:

(dlnd-tf-lab)  ->tensorboard --logdir log/
Starting TensorBoard b'47' at http://0.0.0.0:6006
(Press CTRL+C to quit)

However, when I copy and paste 'http://0.0.0.0:6006' onto google chrome, I got the following message on the webpage:

Access Denied

You are not allowed to access this page.

Where did I get wrong? Could anyone help me here? Thanks!


回答1:


thanks to Morvan Zhou at https://github.com/MorvanZhou/tutorials

solution: instead of http://0.0.0.0:6006, use localhost:6006 and it works.



来源:https://stackoverflow.com/questions/44203721/access-denied-to-view-tensorboard

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!