【问题标题】:Google Cloud AutoML predict service returned 'Internal error encountered'Google Cloud AutoML 预测服务返回“遇到内部错误”
【发布时间】:2019-08-14 20:09:05
【问题描述】:

我在 Google 云视觉 AutoML 服务上训练了一个模型,每当我尝试从控制台预测图像时,它都会返回“遇到内部错误”。这也发生在 API 中。它返回这个 json

{
    "error": {
        "code": 500,
        "message": "Internal error encountered.",
        "status": "INTERNAL"
    }
}

模型已经训练了 24 小时

它应该返回模型训练的图像断言类

【问题讨论】:

  • 通过他们的在线预测器尝试,有时我注意到模型不可用

标签: google-cloud-platform google-cloud-vision automl google-cloud-automl


【解决方案1】:

事实证明这是 AutoML 中的一个错误,问题是如果您有一个数据集,您在该数据集上训练了一个模型,比如说 1 小时,恢复训练。 AutoML 创建一个新模型而不是修改旧模型。如果您删除了旧模型,则新模型将无法工作并会显示上述错误。

【讨论】:

    猜你喜欢
    • 2020-07-17
    • 1970-01-01
    • 2020-10-23
    • 1970-01-01
    • 2021-04-05
    • 1970-01-01
    • 2022-07-04
    • 2023-02-17
    • 1970-01-01
    相关资源
    最近更新 更多