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
Your weight should be downloaded from the official website. This weight will contain the keys you mentioned. In my code, the weight loaded with torch.load only contains the model. You need to use torch. load ("yolox_s. pth") ['model '] to load the model.
my test generated the error
Unexpected key(s) in state_dict: "start_epoch", "model", "optimizer", "amp"
thanks in advance
The text was updated successfully, but these errors were encountered: