Unable to open Tensorboard in browser

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

    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).

提交回复
热议问题