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
The error like the under:
RuntimeError: Error(s) in loading state_dict for ConvTokenEmbedder:
size mismatch for word_emb_layer.embedding.weight: copying a param with shape torch.Size([71222, 100]) from checkpoint, the shape in current model is torch.Size([6169, 100]).
I think The model has been updated, but the corresponding vocab didn't. hope it be solved quickly!
The text was updated successfully, but these errors were encountered:
The error like the under:
RuntimeError: Error(s) in loading state_dict for ConvTokenEmbedder:
size mismatch for word_emb_layer.embedding.weight: copying a param with shape torch.Size([71222, 100]) from checkpoint, the shape in current model is torch.Size([6169, 100]).
I think The model has been updated, but the corresponding vocab didn't. hope it be solved quickly!
The text was updated successfully, but these errors were encountered: