Search before asking
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?
Search before asking
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?