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
I tried to change it at GroundingDINO_SwinT_OGC.py but got
RuntimeError: Error(s) in loading state_dict for GroundingDINO:
size mismatch for transformer.tgt_embed.weight: copying a param with shape torch.Size([900, 256]) from checkpoint, the shape in current model is torch.Size([30, 256]).
The text was updated successfully, but these errors were encountered:
I tried to change it at GroundingDINO_SwinT_OGC.py but got
RuntimeError: Error(s) in loading state_dict for GroundingDINO:
size mismatch for transformer.tgt_embed.weight: copying a param with shape torch.Size([900, 256]) from checkpoint, the shape in current model is torch.Size([30, 256]).
The text was updated successfully, but these errors were encountered: