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

Update requirements.txt #1869

Merged
merged 3 commits into from
Dec 1, 2021
Merged

Update requirements.txt #1869

merged 3 commits into from
Dec 1, 2021

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Dec 1, 2021

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Integration of Weights & Biases (wandb) for enhanced training visualization.

πŸ“Š Key Changes

  • Un-commented the wandb line in requirements.txt to include it as a requirement.
  • Updated the utils/loggers/__init__.py script to handle a specific wandb login error.

🎯 Purpose & Impact

  • Purpose: This change allows users to take advantage of wandb's powerful visualization and tracking features for model training and debugging by making wandb a default requirement.
  • Impact:
    • Positive: Users get an improved experience with more sophisticated training monitoring and debugging tools.
    • Potential Challenges: New users will need to create a wandb account and current users will need to have their wandb environment set up correctly to benefit from these features.
    • Robustness: The error handling for the wandb login process has been improved to cater to non-TTY terminals, minimizing login issues and enhancing user experience.

@glenn-jocher glenn-jocher self-assigned this Dec 1, 2021
@glenn-jocher glenn-jocher merged commit 9d0e1cf into master Dec 1, 2021
@glenn-jocher glenn-jocher deleted the update/requirements branch December 1, 2021 14:37
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