Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train error #43

Open
Laulen opened this issue Sep 10, 2024 · 1 comment
Open

train error #43

Laulen opened this issue Sep 10, 2024 · 1 comment

Comments

@Laulen
Copy link

Laulen commented Sep 10, 2024

Has anyone encountered this problem? The first round of training revealed the following errors.
image

@yazLL
Copy link

yazLL commented Oct 1, 2024

I have exactly the same error, have you resolved it?
Ubuntu 20.04 RTX3090
conda pytorch 2.3
cuda 11.8

python mbyolo_train.py --device 0 --batch 32 --epochs 100 --task train --data ultralytics/cfg/datasets/coco.yaml --config ultralytics/cfg/models/mamba-yolo/Mamba-YOLO-T.yaml --amp --project ./output_dir/mscoco --name mambayolo_n

changed sorce data to my path in coco.yaml
path: /home/ml/250GB/Mamba-YOLO-main/datasets/MSCOCO2017 # dataset root dir
others not been touched

[solved]
wrong folder structure made it can't find labels cause validation error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants