【问题标题】:Amazon SageMake throwing error Building your own algorithm container execution time?Amazon SageMaker 抛出错误构建自己的算法容器执行时间?
【发布时间】:2018-06-01 10:49:39
【问题描述】:

我正在尝试在 amazon sagemaker 中运行我自己的算法容器,在部署时,我收到如下错误。

predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)

ValueError: Error hosting endpoint decision-trees-sample-2018-03-01-09-59-06-832: Failed Reason:  The primary container for production variant AllTraffic did not pass the ping health check.

然后我这次运行同一行代码,我遇到了错误。

 predictor = tree.deploy(1, 'ml.m4.xlarge', serializer=csv_serializer)

ClientError: An error occurred (ValidationException) when calling the CreateEndpoint operation: Cannot create already existing endpoint "arn:aws:sagemaker:us-east-1:69759707XXxXX:endpoint/decision-trees-sample-2018-03-01-09-59-06-832".

【问题讨论】:

    标签: amazon-web-services amazon-s3 amazon-ec2 amazon-sagemaker


    【解决方案1】:

    查看这个问题:https://github.com/awslabs/amazon-sagemaker-examples/issues/210

    @djarpin 写道:

    ping 运行状况检查消息是一个一般错误,可能由几个不同的问题引起。通常,名为 /aws/sagemaker/Endpoints/ 的 CloudWatch 日志组中的错误消息会更详细地说明 ping 运行状况检查未通过的原因。

    希望有帮助!

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-10-12
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-05-15
      • 2020-07-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多