-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I have searched the Roboflow Notebooks issues and found no similar bug report.
Notebook name
How to Train YOLOv8 Instance Segmentation on a Custom Dataset
Bug
It looks like the code failed due to a ValueError related to a change in the size of a NumPy data type. This often happens when there are incompatible versions of libraries like NumPy, PyTorch, and Ultralytics installed.
Environment
-Google Colab
-pip install ultralytics==8.2.103 -q
from IPython import display
display.clear_output()
prevent ultralytics from tracking your activity
!yolo settings sync=False
import ultralytics
ultralytics.checks()
Minimal Reproducible Example
No response
Additional

Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working