aws / aws/amazon-sagemaker-examples
chainer_single_machine_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/hyperparameter_tuning/chainer_cifar10/chainer_single_machine_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 hyperparameter_tuning/chainer_cifar10/chainer_single_machine_cifar10.ipynb and inspect the code at In [2]. First reproduce the CI failure and check how the notebook environment installs dependencies. Done means the notebook's Chainer import and CI execution no longer fail with ModuleNotFoundError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- Domain
- ci-cd, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100