aws / aws/amazon-sagemaker-examples
03a_builtin_preprocessing.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/prep_data/image_data_guide/03a_builtin_preprocessing.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in
----> 1 with open('pickled_data/category_labels.pickle', 'rb') as f:
2 category_labels = pickle.load(f)
FileNotFoundError: [Errno 2] No such file or directory: 'pickled_data/category_labels.pickle'
Contributor guide
Research direction
Open prep_data/image_data_guide/03a_builtin_preprocessing.ipynb and inspect In [2], which opens pickled_data/category_labels.pickle. Reproduce the CI run or execute the notebook from its directory, then confirm the required file is available and the notebook completes without FileNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, machine-learning
- Domain
- ci-cd, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100