aws / aws/amazon-sagemaker-examples
chainermn_distributed_cifar10.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/chainer_cifar10/chainermn_distributed_cifar10.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import chainer
2
3 from chainer.datasets import get_cifar10
4
5 train, test = get_cifar10()
ModuleNotFoundError: No module named 'chainer'
Contributor guide
Research direction
Open sagemaker-python-sdk/chainer_cifar10/chainermn_distributed_cifar10.ipynb and inspect the failing In [2] cell, then check how its CI environment provides dependencies. Confirm that the notebook can import chainer and complete its CI run without the reported ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- machine-learning, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100