-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
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
Commiting changes in yolov5_drive submodule #13489
Conversation
I have read the CLA Document and I sign the CLA 1 out of 2 committers have signed the CLA. |
π Hello @radheughreja, thank you for submitting a π PR to the
π Some areas to consider based on your PR:
π οΈ If the changes cause any unforeseen bugs or errors or you're aware of edge cases we're missing, please provide a Minimum Reproducible Example (MRE) for testing to accelerate the review process. For additional guidance, our Contributing Guide provides a comprehensive overview of the contribution process. Thank you for contributing to Ultralytics! An Ultralytics team member will review and assist shortly. |
@radheughreja closing as not planned. |
π οΈ PR Summary
Made with β€οΈ by Ultralytics Actions
π Summary
This PR streamlines multiline error messages in assert statements for better readability and code consistency.
π Key Changes
general.py
,clearml_utils.py
,torch_utils.py
) by shifting arguments into a cleaner multi-line style.π― Purpose & Impact