aws / aws/amazon-sagemaker-examples
tensorflow_moving_from_framework_mode_to_script_mode.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/sagemaker-python-sdk/tensorflow_moving_from_framework_mode_to_script_mode/tensorflow_moving_from_framework_mode_to_script_mode.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
1 import utils
----> 2 from tensorflow.examples.tutorials.mnist import input_data
3 import tensorflow as tf
4
5 data_sets = input_data.read_data_sets('data', dtype=tf.uint8, reshape=False, validation_size=5000)
ModuleNotFoundError: No module named 'tensorflow.examples'
Contributor guide
Research direction
Open sagemaker-python-sdk/tensorflow_moving_from_framework_mode_to_script_mode/tensorflow_moving_from_framework_mode_to_script_mode.ipynb and inspect the failing In[2] cell, especially the TensorFlow MNIST import. Run the notebook or its CI check to reproduce the ModuleNotFoundError; done means the notebook completes that step without the missing tensorflow.examples module error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100