-
Notifications
You must be signed in to change notification settings - Fork 661
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
HPO cannot access logger.report_single_value metrics #1221
Comments
Thanks for reporting @ilouzl. |
Hey @ilouzl, you seem to have a small issue with the way you report the single value. As per documentation you first need to provide name of the single value, and then its value. Could you please re-run your code with these changes and report whether the issue still persists? Because I wasn't able to reproduce the problem |
Hi @AlexandruBurlacu, its just a typo in the issue description. |
Can you please provide a full example, because I couldn't reproduce it on my side using this code:
|
Well @AlexandruBurlacu your code does work for me. |
Describe the bug
HPO will not include metrics generated by
logger.report_single_value
when searching for the desiredobjective_metric
To reproduce
task.get_logger().report_single_value(some_value, 'accuracy')
The HP task will have an error of this form:
Expected behaviour
the metrics should be discovered and optimized as regular (i.e. tensorboard like) metrics.
Environment
Related Discussion
https://clearml.slack.com/archives/CTK20V944/p1709203560313889
The text was updated successfully, but these errors were encountered: