-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
How to know which sub version of yolo v5 you are using #9643
Comments
@wynshiter this is a good questions. Model checkpoints contain timestamps but not git info. I'll make an update to add git info to the checkpoints. |
👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs. Access additional YOLOv5 🚀 resources:
Access additional Ultralytics ⚡ resources:
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed! Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐! |
@wynshiter good news 😃! Your original issue may now be fixed ✅ in PR #9655. This PR adds git remote, branch and commit info tracking to every YOLOv5 training checkpoint. To receive this update:
Thank you for spotting this issue and informing us of the problem. Please let us know if this update resolves the issue for you, and feel free to inform us of any other issues you discover or feature requests that come to mind. Happy trainings with YOLOv5 🚀! |
Search before asking
Question
How to know which sub version of yolo v5 you are using
i got a model file ,bug i dont know if it is trained by v5.0 or v6.0
how do i know the version?
Additional
No response
The text was updated successfully, but these errors were encountered: