-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add a cross_entropy_over_beam layer. #3639
Merged
lcy-seso
merged 15 commits into
PaddlePaddle:develop
from
lcy-seso:cross_entropy_over_beam
Aug 31, 2017
Merged
add a cross_entropy_over_beam layer. #3639
lcy-seso
merged 15 commits into
PaddlePaddle:develop
from
lcy-seso:cross_entropy_over_beam
Aug 31, 2017
Conversation
This file contains 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
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
3 times, most recently
from
August 23, 2017 11:30
db52453
to
cdb12dc
Compare
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
from
August 23, 2017 11:31
cdb12dc
to
5e59ca7
Compare
lcy-seso
changed the title
add a cross_entropy_over_beam
add a cross_entropy_over_beam layer.
Aug 23, 2017
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
2 times, most recently
from
August 25, 2017 02:22
4c1ad17
to
5b96f41
Compare
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
from
August 25, 2017 04:57
5b96f41
to
7a42c92
Compare
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
from
August 29, 2017 05:46
36976b3
to
7416a18
Compare
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
from
August 31, 2017 02:25
7416a18
to
09e903e
Compare
guoshengCS
previously approved these changes
Aug 31, 2017
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
2 times, most recently
from
August 31, 2017 05:23
50c54e9
to
603cf58
Compare
lcy-seso
force-pushed
the
cross_entropy_over_beam
branch
from
August 31, 2017 06:13
603cf58
to
36f0aa7
Compare
guoshengCS
approved these changes
Aug 31, 2017
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.
2. currently this PR cannot pass the unittest before this PRAdd a sequence slice layer #3367 is merged.* Because this layer cannot work alone, it always works withsequence_slice_layer
.* To provide a meaningful unittest,sequnence_slice_layer
is used, currently this PR cannot pass the unttest.