Save training state every N epochs #341
williamkmlau
started this conversation in
Ideas
Replies: 1 comment
-
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
-
Hi, right now we can save training state, but it forces it to save every epoch.
These training states are big, it consumes a lot of time to save and wastes a lot of space.
But for high epochs it likely requires resuming, but saving every epoch is way too inefficient.
Can we get a feature to save only every N epochs?
Beta Was this translation helpful? Give feedback.
All reactions