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 run test/decode, there is an error on "load_model_decode". Information like: size mismatch for lstm.hidden2tag.weight: copying a param with shape torch.Size([20, 200]) from checkpoint, the shape in current model is torch.Size([22, 200]).
The text was updated successfully, but these errors were encountered:
when i run test/decode, there is an error on "load_model_decode". Information like:
size mismatch for lstm.hidden2tag.weight: copying a param with shape torch.Size([20, 200]) from checkpoint, the shape in current model is torch.Size([22, 200]).
The text was updated successfully, but these errors were encountered: