有些文章说,在 windows 的 cmd 中输入命令:

      tensorboard --logdir=tf_log_path

就可以在浏览器中输入 http://0.0.0.0:6006/ (或者 http://localhost:6006/) 就可以看到 tensorboard 的界面了。

 

但是,事实上,常常不是这样的。如果想用 localhost 为本地ip 打开 tensorboard,需要指定:

      tensorboard --logdir=tf_log_path --host=localhost

 

如果想使用其他的 ip 为 tensorboard 的 ip,同理也可以在此处指定

相关文章:

  • 2021-10-02
  • 2021-11-09
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-07-15
  • 2021-08-09
  • 2022-01-01
猜你喜欢
  • 2021-03-30
  • 2021-11-14
  • 2022-01-15
  • 2021-10-26
  • 2021-06-29
  • 2021-07-14
相关资源
相似解决方案