【发布时间】:2018-04-13 15:30:43
【问题描述】:
尝试使用gcloud ml-engine predict 时出现以下错误
ERROR: (gcloud.ml-engine.predict) HTTP request failed. Response: {
"error": {
"code": 429,
"message": "Prediction server is out of memory, possibly because model size is too big.",
"status": "RESOURCE_EXHAUSTED"
}
}
我的模型大小是 151 mb,我也在使用不需要变量文件夹的 Tensorflow 1.4 版。执行预测时,它使用超过 2gb。我正在使用修改版的 inception。
【问题讨论】:
标签: tensorflow gcloud google-cloud-ml