Skip to content

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.

1 participant