ERROR - Exception caught while uploading models: Error(s) in loading state_dict for Ensemble: Unexpected key(s) in state_dict

I assume models.load.py and attempt_load are custom methods, so you would need to check your code to see how the model loading is expected.
Based on the new error it seems as if the used model object is supposed to be a list.

1 Like