pytorch-seq2seq
pytorch-seq2seq copied to clipboard
beam search
Hi! Thanks for your project ,I have gained a lot from it. But I just ask you that do you ready to implement beam search? I have implemented a version beam search ,but it performs worse than greedy search, so I want to know your version. @bentrevett
Beam search is something I am planning to implement when I get the time.