【发布时间】:2020-08-03 08:04:39
【问题描述】:
我正在尝试从我的谷歌云虚拟机终端中加载 Tensorboard。
tensorboard --logdir logs --port 6006
在 localhost 上服务 TensorBoard;要暴露给网络,请使用代理或传递 --bind_all TensorBoard 2.2.1 http://localhost:6006/(按 CTRL+C 退出)
当我点击链接时:
Chrome 我得到error 400
火狐Error: Could not connect to Cloud Shell on port 6006. Ensure your server is listening on port 6006 and try again.
我添加了一个新的防火墙规则以允许 ip 0.0.0.0/0 使用端口 6006,但仍然无法使其正常工作。我也尝试过使用 --bind_all 但这不起作用。
【问题讨论】:
标签: google-cloud-platform tensorboard