refine data_sources.py and PyDataProvider2.py to make more readable#862
Merged
reyoung merged 5 commits intoPaddlePaddle:developfrom Dec 19, 2016
Merged
refine data_sources.py and PyDataProvider2.py to make more readable#862reyoung merged 5 commits intoPaddlePaddle:developfrom
reyoung merged 5 commits intoPaddlePaddle:developfrom
Conversation
Collaborator
|
@backyes Please update this PR with develop branch and make Travis-CI happy. |
Contributor
Author
|
重新用clang-format 3.8 过了一遍以前的commit |
wangxicoding
pushed a commit
to wangxicoding/Paddle
that referenced
this pull request
Dec 9, 2021
* Add FasterTransformer beam-search v2. * Fix end of line. * Fix end of line. * Fix CMake. * Fix input shape in fusion_decoding_op.cc * Fix fusion_decoding_op.h * Fix arguments in fusion_decoding_op.cc. * Delete Print in decoding_beamsearch.h to mute. * Add general beam size support for beam search V2. * Refine code by adding adjustable alpha for FT beam search v2. * Fix demo/transformer_e2e.cc * Polish FasterTransformer api doc. * Clean code for FT beam search v2. * Clean code for FT beam search v2. * Clean code for FT beam search v2. * Refine API doc for TransformerGenerator. * Refine API docs for TransformerGenerator. * Refine API docs of TransformerGenerator.
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this pull request
Feb 23, 2024
zhangyuqin1998
pushed a commit
to zhangyuqin1998/Paddle
that referenced
this pull request
Feb 20, 2025
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 #841