Unable to open Tensorboard in browser

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

    Had the same problem this morning. Solved it with

    tensorboard --logdir=data/ --host localhost --port 8088
    

    Navigated the browser to http://localhost:8088

提交回复
热议问题