aws / aws/amazon-sagemaker-examples
Image-classification-fulltraining-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-fulltraining-highlevel.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [12]":
---------------------------------------------------------------------------
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
Research direction
Open aws_sagemaker_studio/sagemaker_algorithms/imageclassification_caltech/Image-classification-fulltraining-highlevel.ipynb and inspect cell 12, where CI reports the AttributeError while setting content_type. Run the notebook or the relevant CI check to reproduce it; done means the image-classification example completes that step without the reported failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, machine-learning, python
- Domain
- machine-learning, testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100