jiesutd / LatticeLSTM

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

I implemented batch parallel lattice lstm by pytorch 1.1.0 in python 3.7 #91

Closed LeeSureman closed 4 years ago

LeeSureman commented 4 years ago

As the title shows, if you want to train LatticeLSTM by mini-batch, please refer to Batch-Parallel-LatticeLSTM

jiesutd commented 4 years ago

Great! Thanks!