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

[API 2.0] Add transformer apis #26418

Merged
merged 22 commits into from
Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a348883
Add MultiHeadAttention api.
guoshengCS Aug 15, 2020
b67bd96
Add MultiHeadAttention cache type and gen_cache.
guoshengCS Aug 17, 2020
d3c1709
Add TransformerEncoderLayer and TransformerEncoder.
guoshengCS Aug 18, 2020
87e1106
Add Transformer decoder apis.
guoshengCS Aug 18, 2020
c50ad43
Add Transformer api.
guoshengCS Aug 19, 2020
ad7d225
add unittests for transformer api
LiuChiachi Aug 20, 2020
44d92ce
Merge branch 'add-api-transformer' of https://github.com/guoshengCS/P…
LiuChiachi Aug 20, 2020
a3bebcb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi Aug 20, 2020
54e9e56
add unittests for transformer api
LiuChiachi Aug 20, 2020
8637eee
Fix some bugs in Transformer apis.
guoshengCS Aug 20, 2020
33741e8
add unittests for encoder, decoder and transformer
LiuChiachi Aug 20, 2020
11b5b8f
solve conflics
LiuChiachi Aug 20, 2020
48a7073
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi Aug 20, 2020
5578a0d
clean conflicts infor in code
LiuChiachi Aug 20, 2020
0bb65e0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…
LiuChiachi Aug 20, 2020
a7a0003
clean Chinese comments
LiuChiachi Aug 20, 2020
d2c25dc
Add TransformerDecoderCell and TransformerBeamSearchDecoder.
guoshengCS Aug 21, 2020
c768e6e
Remove TransformerDecoderCell and TransformerBeamSearchDecoder tempor…
guoshengCS Aug 21, 2020
0d01c16
Add import for Transformer apis.
guoshengCS Aug 21, 2020
39a623c
Update usage of weight_attr and Tensor in Transformer api docs.
guoshengCS Aug 21, 2020
48f97e1
Update Transformer apis by renaming MultiheadAttention and cal_kv acc…
guoshengCS Aug 23, 2020
1beb075
Fix MultiHeadAttention in test_transformer_api.py.
guoshengCS Aug 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading