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

ClearML's set_report_period's time is defined in minutes not seconds. #9186

Merged
merged 3 commits into from
Aug 29, 2022

Conversation

HighMans
Copy link
Contributor

@HighMans HighMans commented Aug 28, 2022

https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameteroptimizer/#set_report_period

set_report_period function takes in time in terms of minutes, not seconds.

Signed-off-by: HighMans [email protected]

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Optimization reporting frequency adjustment for ClearML Hyperparameter Optimization (HPO)

📊 Key Changes

  • Changed the report period in ClearML's hyperparameter optimization from 10 seconds to every 10/60 minutes (10 seconds).

🎯 Purpose & Impact

  • The update reduces the reporting frequency to a more reasonable interval for real-world applications.
  • This can lead to less network traffic and reduced logging overhead, potentially improving the performance and usability of the HPO process for users.

@glenn-jocher
Copy link
Member

@HighMans thanks for the PR!

@thepycoder can you review please?

@thepycoder
Copy link
Contributor

Hi @HighMans ! Thanks again for another PR :)

@glenn-jocher, that change looks good to me!

In fact, it was copy-pasted from our own examples over at the ClearML github, so I've asked our devs to change it there as well!

@glenn-jocher glenn-jocher merged commit cf5d9cb into ultralytics:master Aug 29, 2022
@glenn-jocher
Copy link
Member

@HighMans @thepycoder perfect!

PR is merged. Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐

ctjanuhowski pushed a commit to ctjanuhowski/yolov5 that referenced this pull request Sep 8, 2022
…ultralytics#9186)

* ClearML's set_report_period's time is defined in minutes not seconds.

https://clear.ml/docs/latest/docs/references/sdk/hpo_optimization_hyperparameteroptimizer/#set_report_period

set_report_period function takes in time in terms of minutes, not seconds.

Signed-off-by: HighMans <[email protected]>

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

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

Signed-off-by: HighMans <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <[email protected]>
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

3 participants