-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
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
W&B refactor, handle exceptions, CI example #5618
Conversation
@glenn-jocher can you have a look at this CI test solution. I've created a dummy wandb account and used its API key to log in to wandb from CI workflows. You can replace it with your own CI account if you want to. This is just a demonstration |
@AyushExel thanks! Looks interesting. I'm going to try to figure out why pre-commit is failing. |
Leave as example for future separate CI
@AyushExel looks good, I've commented the CI to leave as an example for future work, probably in a separate, more in depth CI to come. Is this good to merge? |
@glenn-jocher yes it's good to go for now. We've added a test on wandb side as well so we don't release any update which breaks yolov5. So, a similar test on yolov5's side should be all we need to be foolproof. |
@AyushExel PR is merged. Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐ |
* handle exceptions| attempt CI * update * Pre-commit manual run * yaml one-liner * Update ci-testing.yml * Comment W&B CI Leave as example for future separate CI * Update ci-testing.yml Co-authored-by: Glenn Jocher <[email protected]>
This PR:
wandb.log
as that is most likely to error out. We can expand the same to other parts based on feedback🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Enhanced error handling and informative logging for W&B integration.
📊 Key Changes
wandb
for dataset logging increate_dataset_artifact
.print
statements withLOGGER.info
throughout W&B utility functions for more consistent and informative messaging.🎯 Purpose & Impact
wandb
, users are more informed about how to enable certain features.