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?
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?