aws / aws/amazon-sagemaker-examples
Image-classification-transfer-learning-highlevel.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/aws_sagemaker_studio/sagemaker_algorithms/imageclassification_caltech/Image-classification-transfer-learning-highlevel.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [11]":
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
in
6 payload = bytearray(payload)
7
----> 8 ic_classifier.content_type = 'application/x-image'
9 result = json.loads(ic_classifier.predict(payload))
10 # the result will output the probabilities for all classes
AttributeError: can't set attribute
Contributor guide
Assessment
This issue has not been assessed yet.