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 I load weights coco_lvis_h18_baseline.pth,
the error is size mismatch for maps_transform.0.weight: copying a param with shape torch.Size([16, 2, 1, 1]) from checkpoint, the shape in current model is torch.Size([16, 3, 1, 1]).
The text was updated successfully, but these errors were encountered:
when I load weights coco_lvis_h18_baseline.pth,
the error is
size mismatch for maps_transform.0.weight: copying a param with shape torch.Size([16, 2, 1, 1]) from checkpoint, the shape in current model is torch.Size([16, 3, 1, 1]).
The text was updated successfully, but these errors were encountered: