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 message I encountered during training is: "assert padding_idx < weight.size(0), 'Padding_idx must be within num_embeddings'".
And after loading the pre-trained weights, the relevant layers of the model became like this. I'm wondering what this is related to?
I run finetune.sh
The text was updated successfully, but these errors were encountered:
The error message I encountered during training is: "assert padding_idx < weight.size(0), 'Padding_idx must be within num_embeddings'".
And after loading the pre-trained weights, the relevant layers of the model became like this. I'm wondering what this is related to?
I run
finetune.sh
The text was updated successfully, but these errors were encountered: