【发布时间】:2017-12-18 20:30:13
【问题描述】:
我目前设置了 Google Cloud ML Engine 来训练在 Keras 中创建的模型。使用 Keras 时,ML Engine 似乎不会自动将日志保存到存储桶中。我在 ML Engine Jobs 页面中看到了日志,但它们没有显示在我的存储桶中,因此我无法在训练时运行 tensorboard。
我在设置环境时遵循了本教程:(http://liufuyang.github.io/2017/04/02/just-another-tensorflow-beginner-guide-4.html)
那么,在 ML Engine 上训练 Keras 模型时,如何获取日志并运行 tensorboard?有其他人在这方面取得成功吗?
【问题讨论】:
标签: keras tensorboard google-cloud-ml-engine