Unable to open Tensorboard in browser

后端 未结 10 598
眼角桃花
眼角桃花 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:36

    There are 2 solutions(as far as i could check) to solve this problem:

    1. Instead of using the http://name:port_number, use http://localhost:port_number. This is if you are using Chrome browser.

    2. If you are using firefox(recommended as it's really convenient), then you can open the link(which has your PC name) directly, which is displayed after executing the "tensorboard --logdir=logs/" command in cmd, i.e; http://name:port_number will work here.

    (name here refers to the PC or user name)

提交回复
热议问题