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
when run train.py , found the runtime error below, is something wrong for the mobilenet_v2.pth.tar ? how can I fix it ? thanks !
RuntimeError: Error(s) in loading state_dict for MobileNetV2:
Missing key(s) in state_dict: "classifier.1.weight", "classifier.1.bias".
Unexpected key(s) in state_dict: "classifier.weight", "classifier.bias".
The text was updated successfully, but these errors were encountered:
when run train.py , found the runtime error below, is something wrong for the mobilenet_v2.pth.tar ? how can I fix it ? thanks !
RuntimeError: Error(s) in loading state_dict for MobileNetV2:
Missing key(s) in state_dict: "classifier.1.weight", "classifier.1.bias".
Unexpected key(s) in state_dict: "classifier.weight", "classifier.bias".
The text was updated successfully, but these errors were encountered: