wmcnally / golfdb

GolfDB is a video database for Golf Swing Sequencing, which involves detecting 8 golf swing events in trimmed golf swing videos. This repo demos the baseline model, SwingNet.
198 stars 60 forks source link

missing key #21

Open Kevinlo937 opened 6 months ago

Kevinlo937 commented 6 months ago

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".