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
Under windows system, my torch version 1.6, cuda version 10.1, the load is heavy "torch.load("./faster_rcnn_hrnetv2p_w18_mstrain_syncbn_2x.pth", map_location=torch.device("cuda:0"))"
Is a failure:
RuntimeError: storage has wrong size: expected 0 got 144
The text was updated successfully, but these errors were encountered:
Under windows system, my torch version 1.6, cuda version 10.1, the load is heavy "torch.load("./faster_rcnn_hrnetv2p_w18_mstrain_syncbn_2x.pth", map_location=torch.device("cuda:0"))"
Is a failure:
RuntimeError: storage has wrong size: expected 0 got 144
The text was updated successfully, but these errors were encountered: