-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
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
Pretrain Weight #5
Comments
Hello @hustfyb, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Google Colab Notebook, Docker Image, and GCP Quickstart Guide for example environments. If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you. If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as: - Cloud-based AI surveillance systems operating on hundreds of HD video streams in realtime. - Edge AI integrated into custom iOS and Android apps for realtime 30 FPS video inference. - Custom data training, hyperparameter evolution, and model exportation to any destination. For more information please visit https://www.ultralytics.com. |
@hustfyb thank you for the bug report. Yes you are correct, we are able to reproduce this issue that you detected. This is due to many recent updates to the repo and the time gap between the current repo and the state it was in when the pretrained checkpoints were trained. We are in the process of training updated checkpoints with the most current repo, and they will be uploaded as soon as they become available (about 1-2 weeks from now). In the meantime you can train yolov5s from scratch (as we do for our COCO results). |
thank you for graet works.
|
It seems the pretrain weight yolov5s.pt doesn't math yolov5s.yaml.
When train with
python train.py --img 320 --batch 16 --epochs 100 --data coco128.yaml --cfg yolov5s.yaml --weights yolov5s.pt --name coco128 --cache
It will report not compatible.
yolov5m.pt and yolov5l.pt are fine.
The text was updated successfully, but these errors were encountered: