How to recover Best Epoch from Checkpoint/Earlystop hook? #1377
Unanswered
thiagoribeirodamotta
asked this question in
Q&A
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.
-
Hello there,
I've recently created a script to try out different hyperperameters when training. This script will change some core aspects of the input config file programatically and then proceed to perform a trainning run with the new modifications.
So far everything is working as expected, but in order to better log the difference between runs, I decided to use MLFlow.
Since MLFlow is pretty new to OpenMMLab, there isn't a tutorial on how to use it yet, but according to the documentation, this is what I did:
With this, I can successfully log most of the parameters I want. But now I'd like to log the epoch which resulted in the best model saved by the checkpoint/earlystop hook.
How can I recover the best epoch from those hooks?
Beta Was this translation helpful? Give feedback.
All reactions