Open jingzhang697 opened 1 year ago
The message "No checkpoint file at ./checkpoints/nus21_pretext_checkpoint.pth.tar" that appears during the first training is normal, and the model will continue to train. It's just a "notification," not an "error message." The codes exist to prevent sudden program interruptions and enhance program robustness. If the program suddenly interrupts, the codes will continue training based on the previously saved checkpoint, avoiding the need to start training from scratch.
Is it possible to share this pth file? Thank you!