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
RuntimeError: Error(s) in loading state_dict for VisionMamba:
size mismatch for pos_embed: copying a param with shape torch.Size([1, 197, 768]) from checkpoint, the shape in current model is torch.Size([1, 1025, 768]).
If I need to retrain the weight for vim_base?
The text was updated successfully, but these errors were encountered:
RuntimeError: Error(s) in loading state_dict for VisionMamba:
size mismatch for pos_embed: copying a param with shape torch.Size([1, 197, 768]) from checkpoint, the shape in current model is torch.Size([1, 1025, 768]).
If I need to retrain the weight for vim_base?
The text was updated successfully, but these errors were encountered: