Unable to open Tensorboard in browser

后端 未结 10 582
眼角桃花
眼角桃花 2020-12-24 02:50

I am following google cloud machine learning tutorial and I am unable to Launch TensorBoard

I\'ve followed the steps in the above tutorial (also set up my environme

10条回答
  •  一向
    一向 (楼主)
    2020-12-24 03:27

    It looks like the port 8080 is not open on your machine.
    You can check it with this command line tool: netstat -a.

    To open a specific port on google cloud platform, see this answer from SO.

提交回复
热议问题