Describe the bug
checkpointer fails to load checkpoint with --resume option for training due to the fact that it tries to load keys such as 'author' etc, which have no state_dict.
To Reproduce
Train a model using the --resume option.
Expected behavior
Train from last checkpoint
Describe the bug
checkpointerfails to load checkpoint with--resumeoption for training due to the fact that it tries to load keys such as 'author' etc, which have no state_dict.To Reproduce
Train a model using the
--resumeoption.Expected behavior
Train from last checkpoint