aws / aws/amazon-sagemaker-examples
2-metastases-detection-lineage-registry.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/use-cases/computer_vision/2-metastases-detection-lineage-registry.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
2 import sagemaker
3 import numpy as np
----> 4 import cv2
5
6 from inference_specification import InferenceSpecification
ModuleNotFoundError: No module named 'cv2'
Contributor guide
Research direction
Start with use-cases/computer_vision/2-metastases-detection-lineage-registry.ipynb and inspect the imports in In [2], especially the failing cv2 import. Check the notebook's CI or dependency setup, then rerun the notebook validation; done means the missing-module error is resolved and CI passes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, numpy, opencv
- Domain
- machine-learning, testing-qa
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100