Load a checkpoint file and resume the model’s state, including parameters, random states, training progress, etc.
checkpoint_path (str) – File path of the checkpoint to load
A dictionary containing the loaded checkpoint data
dict