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
There are 2 solutions(as far as i could check) to solve this problem:
Instead of using the http://name:port_number, use http://localhost:port_number. This is if you are using Chrome browser.
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)