aws / aws/amazon-sagemaker-examples

tensorflow_script_mode_horovod.ipynb failed CI

Open
#2,443 0 comments 0 reactions 0 assignees View on GitHub
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_script_mode_horovod/tensorflow_script_mode_horovod.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
4 import numpy as np
5
----> 6 import keras
7 from keras.datasets import mnist
8 (x_train, y_train), (x_test, y_test) = mnist.load_data()

ModuleNotFoundError: No module named 'keras'

Contributor guide

Open the contributing guide

Research direction

Open sagemaker-python-sdk/tensorflow_script_mode_horovod/tensorflow_script_mode_horovod.ipynb and start at In [2], where the import keras failure occurs. Run the notebook or its CI validation to confirm the missing module, and consider the issue done when the notebook completes without ModuleNotFoundError and CI passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, keras, tensorflow
Domain
ci-cd, machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.