What Are the Possible Causes for the Failure of Finding the Checkpoint File After It Is Successfully Saved?
Symptom
After the checkpoint file is saved, the system displays a message indicating that the file does not exist when you perform operations on the file.

Solution
The load_checkpoint and save_checkpoint interfaces in MindSpore support only .ckpt files. If the name extension of a file is not .ckpt, .ckpt is automatically added to the end of the file name; therefore, the saved file name may be different from the input file name. In this case, to search for the file, add .ckpt to the file name you input.
Parent topic: FAQs