Skip to content
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

Logger Cleanup #9828

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Logger Cleanup #9828

merged 2 commits into from
Oct 17, 2022

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 17, 2022

@AyushExel

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Refactoring code to remove wandb (Weights & Biases) related code and streamline training scripts.

πŸ“Š Key Changes

  • Deleted code sections that integrate wandb logging in train.py and segment/train.py.
  • Removed the check_wandb_resume function call in train.py.
  • Stripped out wandb_id from the list of keys to reset or nullify in utils/general.py.

🎯 Purpose & Impact

  • Simplifies the codebase by removing dependencies on wandb for logging and resuming runs.
  • Users who do not use wandb will benefit from a more streamlined experience with reduced complexity.
  • Removal could impact users who rely on wandb for experiment tracking and would need to implement custom integration if still required. πŸ› οΈπŸ”

@glenn-jocher glenn-jocher self-assigned this Oct 17, 2022
@glenn-jocher glenn-jocher merged commit acff977 into master Oct 17, 2022
@glenn-jocher glenn-jocher deleted the update/loggers branch October 17, 2022 13:30
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.

None yet

1 participant