jiesutd / LatticeLSTM

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

why can't change the batch_size?为什么不能调整batchsize的大小 #32

Closed songtaoshi closed 6 years ago

songtaoshi commented 6 years ago

hello, why we should fixed the batch_size to 1? I have not read your code carefully, can you say something to me in advance?

jiesutd commented 6 years ago

Hi, I didn't implement the large batch version. Currently it only supports the batch=1.