hit-computer/MTA-LSTM

Can the beam search be parallel?

TobiasLee opened this issue · 1 comments

The beam search code can only use for single generation each time, but for evaluation it can costs lots time. Can anybody help make it parallel? Thx a lot.

Well, I've implemented this code in latest TensorFlow API, thanks for the code anyway.