jiesutd / LatticeLSTM

Chinese NER using Lattice LSTM. Code for ACL 2018 paper.
1.8k stars 453 forks source link

size mismatch #115

Open jjj9china opened 4 years ago

jjj9china commented 4 years ago

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]).