-
Notifications
You must be signed in to change notification settings - Fork 19
Beam Search
Higepon Taro Minowa edited this page Jul 9, 2017
·
17 revisions
- Read the paper and summarize decoder implementation part
- Understand more about LSTM about how it outputs. Once I understand it, I think I can know where to implement beam search in decoder.
- Read the paper and summarize beam search
- Read the implementation and confirm the understanding above is right
- Revisit Beam Search Discussion again.
- How we get probabilities from each step of beam search?
- 7.Implement Beam Search on Python side
- Revisit the discussion again and see if there's anything reusable
- 9.Debug attention_decoder
- 10.Debug-beam_search=True