Skip to content

save_last does not actually save the last checkpoint #542

Description

@Sukh-P

Describe the bug

Details of the bug can be found in this conversation here but essentially save_last actually saves a copy of the last checkpoint that was saved rather than the checkpoint for the last epoch.

We should change this so we actually do save the last checkpoint, by e.g. either by having a customer saver or just saving out the checkpoint for the current epoch separately to the best one and keep overwriting so we keep the last one (might be done by a custom saver)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions