aws / aws/amazon-sagemaker-examples
chainer_mnist_local_mode.ipynb failed CI
Open
- 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_mnist/chainer_mnist_local_mode.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [3]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 import chainer
2
3 train, test = chainer.datasets.get_mnist()
ModuleNotFoundError: No module named 'chainer'
Contributor guide
Assessment
This issue has not been assessed yet.