You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a couple of epochs of training, the model has saved a number of checkpoints. I want to resume the training from the latest checkpoint. But when I input the actual_resume parameter with the saved ckpt path, I get an error saying that the key state_dict doesn't exist. When I checked the outputs of the torch.load in load model from config, I found it to be an empty dictionary. Is there a different parameter I need to use to resume training?
The text was updated successfully, but these errors were encountered:
After a couple of epochs of training, the model has saved a number of checkpoints. I want to resume the training from the latest checkpoint. But when I input the actual_resume parameter with the saved ckpt path, I get an error saying that the key state_dict doesn't exist. When I checked the outputs of the torch.load in load model from config, I found it to be an empty dictionary. Is there a different parameter I need to use to resume training?
The text was updated successfully, but these errors were encountered: