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/sagemaker-python-sdk/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 sagemaker-python-sdk/chainer_cifar10/chainer_single_machine_cifar10.ipynb and inspect the failing In [2] cell and the CI environment that runs it. Reproduce the missing chainer import, then verify the notebook completes that cell and the CI check passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, python
- 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