Log hp_metric only if improved #14385
lukasfolle
started this conversation in
Idea pool
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋
I like to use Tensorboard to log my runs and compare different hyperparameter configurations. Sorting by hp_metric help identifying good runs, but since the last hp_metric might not be the best of a given run I would like to only log it if the metric acutally improved.
I couldn't find out how to access past stored metrics using
self.logger.experiment
but this should be possible right?Then I could do:
Beta Was this translation helpful? Give feedback.
All reactions