Saving Epochs with through conditions / Only lowest loss #1605
RealBeyondMaster
started this conversation in
Ideas
Replies: 1 comment
-
This is what I had been looking for. I am not sure why the option to save checkpoint at the lowest loss is not available in the UI. Is there some way to do it programmatically. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi all
It would be great if we could have an option to change the saving of the epochs from "every epoch", "every 5th epoch" to
like:
Save only if the Loss is lower than the 5th epoch, and then save only if it's lower than that previous low etc.. This way we wouldn't overburden the HDD and only keep the best ones anyways.
I would really appreciate it.
Further thoughts: Could it be possible do save epochs while it is training during an epoch, like saving during a STEP? That would be even a finder distinction.
Beta Was this translation helpful? Give feedback.
All reactions