Google云端平台访问张量板 [英] Google Cloud Platform access tensorboard

查看:84
本文介绍了Google云端平台访问张量板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Google Cloud(和unix)的新手,并且使用 ml-engine 来训练使用Tensorflow的神经网络。




I am new to Google Cloud (and unix) and have been using ml-engine to train a neural net using Tensorflow.

Here it says that you can monitor the app using tensorboard. How can I access the tensorboard panel? When I run it (from the Cloud Shell Access console) it says it's running at http://0.0.0.0:6006

I don't know the IP of the Cloud Shell console, how can I access the tensorboard panel?

The command I run (and output):

tensorboard --logdir=gs://model_output
Starting TensorBoard 47 at http://0.0.0.0:6006

Thanks!

解决方案

The easiest is to adjust your command to: tensorboard --logdir=gs://model_output --port=8080

E.g. adding --port=8080 to your command, which allows you to just use the default Web Preview option of Cloud Shell

这篇关于Google云端平台访问张量板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆