aws / aws/amazon-sagemaker-examples
mxnet_mnist_elastic_inference_local.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/mxnet_mnist/mxnet_mnist_elastic_inference_local.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [9]":
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
in
----> 1 print("Endpoint name: " + predictor.endpoint)
NameError: name 'predictor' is not defined
Contributor guide
Research direction
Open the linked mxnet_mnist_elastic_inference_local.ipynb and inspect cell In [9] together with the preceding cells to determine why predictor is undefined. Re-run the notebook or its CI check after addressing the reported failure; done means the notebook completes without this NameError and the endpoint name is printed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, jupyter-notebook, python
- Domain
- cloud, machine-learning, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100