When loading a model's state_dict, the key metric is model accuracy or performance metrics after loading. This is because loading the weights correctly should restore the model's learned knowledge. If accuracy or loss after loading matches the saved model's performance, the loading was successful.
Metrics like loss, accuracy, precision, or recall measured on a validation set after loading confirm the model state was restored properly.