Fix and enhance beam_search_op and beam_searc_decode_op#11238
Merged
guoshengCS merged 13 commits intoPaddlePaddle:developfrom Jun 27, 2018
Merged
Fix and enhance beam_search_op and beam_searc_decode_op#11238guoshengCS merged 13 commits intoPaddlePaddle:developfrom
guoshengCS merged 13 commits intoPaddlePaddle:developfrom
Conversation
…ble with python beam search
30a324d to
741046e
Compare
d95dba8 to
592f84a
Compare
… fix-beam_search
… fix-beam_search
55686dc to
a30f750
Compare
a30f750 to
6e38cc3
Compare
… fix-beam_search-dev
… fix-beam_search-dev
… fix-beam_search-dev
guoshengCS
added a commit
to guoshengCS/Paddle
that referenced
this pull request
Jun 28, 2018
Fix and enhance beam_search_op and beam_searc_decode_op
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix and enhance beam_search_op and beam_searc_decode_op
Refer the source sentence as beam and the hypothesis as branch, then some points of the fix and enhancement are as following: