Skip to content

Sagemaker test inference error

0

I'm getting the following error in Sagemaker when I try to use python sdk example code Error describing HubContent hubName=arn:aws:sagemaker:us-west-1:aws:hub/SageMakerPublicHub, hubContentType=Model, hubContentName=mxnet-semseg-fcn-resnet101-coco. Reason: Rate exceeded

asked 2 years ago463 views
1 Answer
0

You may have reached the throttling for the API Requests. Try to re run them waiting for some time, or implement exponential backoff if possible.

Try from another account if you can.

EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.