谷歌云内存处理大张量,docker限制?

时间:2017-03-21 18:39:40

标签: tensorflow google-kubernetes-engine google-cloud-ml

在谷歌云上训练和评估大型神经网络模型(tensorflow)。

评估我的模型时出现以下错误:

let hexDigest = digest.map { String(format: "%02hhx", $0) }.joined()
return hexDigest

我认为这与容器内存限制有关。

对此有何帮助?

1 个答案:

答案 0 :(得分:1)

Which scale tier and machine type were you using? In case of OOM, you can try to use larger machine in CUSTOM tier.

If you still have the issue, please send us your project number and job id to cloudml-feedback@google.com, so that we can take a close look.