Skip to content

Not suitable libraries version of numpy #388

@wise78

Description

@wise78

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

Image

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions