Error while creating a SageMaker endpoint #2577
-
Hi, I am pretty new to AWS SageMaker and am trying to recreate the SageMaker Example https://github.com/aws/amazon-sagemaker-examples/blob/master/advanced_functionality/scikit_bring_your_own/scikit_bring_your_own.ipynb with only the serve functionality. I have successfully built the SageMaker Model with the Docker image and s3 bucket containing the model in tar.gz format. However, I am failing to create an endpoint. The traceback from my cloud watch logs reads as: Traceback (most recent call last): UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in position 27: ordinal not in range(128) 10.32.0.1 - - [15/Aug/2021:17:41:00 +0000] "GET /ping HTTP/1.1" 500 290 "-" "AHC/2.0" I am desperately trying to figure out the issue but no luck yet. Any help would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Resolved the issue with the solution suggested in https://rebeccabilbro.github.io/convert-py2-pickles-to-py3/ |
Beta Was this translation helpful? Give feedback.
Resolved the issue with the solution suggested in https://rebeccabilbro.github.io/convert-py2-pickles-to-py3/