Skip to content

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jun 21, 2022

Improve DDP console response in #8283

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced logging level control in multi-GPU training environments.

πŸ“Š Key Changes

  • Changed the default logging level from WARNING to ERROR for non-verbose modes or non-primary GPUs in distributed training.

🎯 Purpose & Impact

  • The purpose is to reduce console output clutter by only showing errors by default on non-primary GPUs during distributed training.
  • Users can expect a cleaner console with less noise during training sessions, making it easier to spot and address errors when they occur. πŸš€

Improve DDP console response in #8283
@glenn-jocher glenn-jocher linked an issue Jun 21, 2022 that may be closed by this pull request
1 task
@glenn-jocher glenn-jocher mentioned this pull request Jun 21, 2022
1 task
@glenn-jocher glenn-jocher self-assigned this Jun 21, 2022
@glenn-jocher glenn-jocher merged commit a2a1ed2 into master Jun 21, 2022
@glenn-jocher glenn-jocher deleted the update/logging branch June 21, 2022 15:41
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

How to use DDP?

1 participant