aws / aws/amazon-sagemaker-examples
04b_tensorflow_training.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/04b_tensorflow_training.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [3]":
---------------------------------------------------------------------------
FileNotFoundError Traceback (most recent call last)
in
----> 1 with open('pickled_data/tensorflow_bucket_name.pickle', 'rb') as f:
2 bucket_name = pickle.load(f)
3 print(bucket_name)
FileNotFoundError: [Errno 2] No such file or directory: 'pickled_data/tensorflow_bucket_name.pickle'
Contributor guide
Research direction
Open prep_data/image_data_guide/04b_tensorflow_training.ipynb and begin at cell In [3], where the missing pickled_data/tensorflow_bucket_name.pickle file is opened. Trace how the notebook expects that file to be created or provided, then verify the notebook no longer raises FileNotFoundError in CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100