aws / amazon-sagemaker-examples

Example 📓 Jupyter notebooks that demonstrate how to build, train, and deploy machine learning models using 🧠 Amazon SageMaker.
https://sagemaker-examples.readthedocs.io
Apache License 2.0
10.03k stars 6.75k forks source link

Infernece recommender job failed Failed Reason: INVALID_INPUT : 1. Model (owned by the customer in the container) returned 4xx or 5xx error code. #3074

Open akash-bagade-quantiphi opened 2 years ago

akash-bagade-quantiphi commented 2 years ago

Link to the notebook https://github.com/aws/amazon-sagemaker-examples/blob/master/sagemaker-inference-recommender/inference-recommender.ipynb

Describe the bug After scheduling the Job, It failed with following error INVALID_INPUT : 1. Model (owned by the customer in the container) returned 4xx or 5xx error code. The model and container were used as mentioned in the notebook, but still encountered the above error

To reproduce Run the notebook as it is

maticortesr commented 2 years ago

Also facing this issue, any way to debug it? I don't see anything on cloudwatch to get more info

AlvaroCavalcante commented 2 years ago

Same error here, any solution?