Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beam Search #3

Closed
zhang-jinyi opened this issue Feb 26, 2017 · 0 comments
Closed

Beam Search #3

zhang-jinyi opened this issue Feb 26, 2017 · 0 comments

Comments

@zhang-jinyi
Copy link

zhang-jinyi commented Feb 26, 2017

Hi,

Great code!
I'm wondering which steps are necessary to move the greedy decoder from currently implemented to an actual beam search decoder.
Could you tell me which is the right point in the code where to add this functionality?

refer http://stackoverflow.com/questions/37027665/implementing-seq2seq-with-beam-search
and tensorflow/tensorflow#654

https://github.com/tensorflow/tensorflow/blob/34df7ee6f5a8f931d2433dc7e6e739bc880a35ea/tensorflow/contrib/seq2seq/python/ops/decoder.py the dynamic_decode was built to ,with beam search

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant