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

Infer Loggers project name #9117

Merged
merged 4 commits into from
Aug 24, 2022
Merged

Conversation

AyushExel
Copy link
Contributor

@AyushExel AyushExel commented Aug 24, 2022

solves #9114

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved project naming conventions for logging to Weights & Biases (W&B) dashboard.

πŸ“Š Key Changes

  • Added a new function web_project_name to standardize project names when initializing W&B.
  • Updated the W&B initialization call to use this new naming function.
  • Ensured that custom suffixes are appended for classification (-Classify) or segmentation (-Segment) tasks.

🎯 Purpose & Impact

  • Purpose: This change aims to provide more meaningful project names in the W&B dashboard, especially for classification or segmentation tasks, rather than using generic names.
  • Impact: Users can now easily distinguish between different types of projects on the W&B dashboard, facilitating smoother tracking and comparison of experiments across project types.

@glenn-jocher glenn-jocher linked an issue Aug 24, 2022 that may be closed by this pull request
1 task
@glenn-jocher glenn-jocher merged commit f8816f5 into ultralytics:master Aug 24, 2022
@glenn-jocher glenn-jocher mentioned this pull request Aug 24, 2022
1 task
ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
* smart project name inference

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update __init__.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
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.

classify
2 participants