Skip to content

Training restarts from epoch 1 on rerun even though previous epoch checkpoints exist #175

Description

@mukherjeesougata-eros

My training stopped midway due to an issue. Before stopping, checkpoints for epoch 1, epoch 2, and epoch 3 were successfully saved. However, when I rerun the training script using the same configuration and checkpoint directory, the training starts again from epoch 1 instead of resuming from the latest saved checkpoint. New checkpoints are created in the same path, but the previously saved checkpoints do not seem to be picked up for resuming.

Can you kindly please fix this so that the training automatically resumes from the latest checkpoint?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions