Skip to content

Latest code can't reproduce YOLOv5s on coco #9547

@leedewdew

Description

@leedewdew

Search before asking

  • I have searched the YOLOv5 issues and found no similar bug report.

YOLOv5 Component

Training

Bug

With latest code pulled Yesterday, I can't reproduce YOLOv5s on coco which is 37.4%, while I get 30.4%.
However, when I train YOLOv5s with the version mentioned in this wandb workspace, the mAP at the end of each epoch nearly match what the log shows in wandb. But the latest code doesn't.

Environment

No response

Minimal Reproducible Example

python -m torch.distributed.run --master_port 1234 --nproc_per_node 4 train.py
--batch 64
--data data/coco.yaml
--weights ''
--cfg models/yolov5s.yaml
--device 0,1,2,3

Additional

No response

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