-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Continue training past checkpoint's max epochs #1757
Copy link
Copy link
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Is your feature request related to a problem? Please describe.
Currently, there is no clean way, to continue training past its initial epochs due to the fact that the state of the trained is being loaded by CheckpointLoader.
Describe the solution you'd like
A quick solution would be to assume that if this case appears the code of the user will account for those things (aka just gamma decay, etc) and the CheckpointLoader should only modify the max_epochs after loading the checkpoint data and issue a Warning through a logger.
Describe alternatives you've considered
None
Additional context
None
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested