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
Try
tensorboard --logdir=d:/data --host 0.0.0.0
This will open socket listening to all network interfaces, so you can connect from local host (same pc) or from the local network(from pc/mobile in network).