Zeng Jinle
aa6b2bda2c
Merge pull request #14094 from sneaxiy/fix_metrics_api_bug
...
Fix EditDistanceMetrics API bug
6 years ago
Qiyang Min
33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
...
[1.1] Add hash_op implementation
6 years ago
Qiyang Min
209f24a241
Merge pull request #14051 from velconia/accelerate_embedding_grad
...
[1.1] Accelerate sparse embedding grad op in CPU device
6 years ago
minqiyang
2fec8c5d9a
Polish code
...
test=develop
6 years ago
minqiyang
a8b17537e2
Polish code
...
test=develop
6 years ago
Wu Yi
9da9b1926b
[1.1] fix graph num hang ( #14072 )
...
* fix graph num hang test=develop
* re-enable tests test=develop
* re-enable graph num check test=develop
* fix multi device pass role check test=develop
6 years ago
qingqing01
8c166b64c8
Merge pull request #14012 from qingqing01/map_api
...
Refine detection mAP in metrics.py.
6 years ago
Jiabin Yang
04689f52b2
Merge pull request #14090 from JiabinYang/fix_test_parallel_executor_transformer
...
[1.1] fix python encoding problem in wmt16 related test
6 years ago
Zeng Jinle
97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
...
Add sequence_reverse_op
6 years ago
sneaxiy
478463174f
test=develop
6 years ago
JiabinYang
0a69f86645
test=develop
6 years ago
Guo Sheng
b9ae1c49f8
Merge pull request #13994 from guoshengCS/add-reshape-reuse-input
...
[1.1] Make reshape_op reuse input.
6 years ago
JiabinYang
59e7da3f53
test=develop
6 years ago
Hongyu Liu
379d933ae5
Merge pull request #14036 from phlrain/add_dropout_att_new
...
Add dropout att new 1.1 merge
6 years ago
minqiyang
a2820b9899
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_embedding_grad
6 years ago
guosheng
cc0e23973d
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
6 years ago
Xin Pan
18be7256c0
Merge pull request #14019 from panyx0718/fix6
...
fix multi device dependency issue
6 years ago
Xin Pan
4cd44c00c5
fix
...
test=develop
6 years ago
guosheng
3cfaeac288
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
6 years ago
Dang Qingqing
af0fab944a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into map_api
...
test=develop
6 years ago
yi.wu
ed032162f1
disable dist transformer test=develop
6 years ago
Xin Pan
38cf553108
fix distributed
...
test=develop
6 years ago
Xin Pan
d5d09672c8
better fix
...
test=develop
6 years ago
minqiyang
a61879a8c5
Fix dist_transformer test
...
test=develop
6 years ago
Dang Qingqing
5ca9c2d04f
Update code test=develop
6 years ago
Dang Qingqing
b29435307f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into map_api
6 years ago
minqiyang
33db82671c
Polish code
...
test=develop
6 years ago
guosheng
1f92c30565
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
6 years ago
gongweibao
97a87bb38b
Fix transformer unittest. ( #13974 )
...
Fix transformer unittest
6 years ago
tensor-tang
9cb8738f54
Merge pull request #14018 from tensor-tang/refine/jit/gru
...
Refine/jit/gru
6 years ago
minqiyang
8b564d61fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
6 years ago
guosheng
aac426444f
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
6 years ago
Wu Yi
8c1eea9363
Disable async dist tests ( #14047 )
...
* disable async dist test
* update test=develop
6 years ago
minqiyang
40141f749b
Implement the unittest for hash op
...
test=develop
7 years ago
minqiyang
8a0f26f45f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into continue_hash_op
7 years ago
minqiyang
d4f9aa0852
Add hash op implementation
7 years ago
Dang Qingqing
80ee069b9d
Refince comments.
...
test=develop
7 years ago
Dang Qingqing
60229c1e3c
Follow comments.
...
test=develop
7 years ago
phlrain
201d4f2a85
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain
a6e6bc45d6
modify dropout att; test=develop
7 years ago
jerrywgz
e906c8e5e7
Merge pull request #14022 from jerrywgz/fix_rpn_target_assign_op
...
fix random fail in rpn target assign
7 years ago
qingqing01
c7379a7320
Fix top_k op ( #14034 )
...
1. Fix CUDA kernel when height is large than 2048.
2. Support input with more than 2D.
3. Fix unit test when k is large than 1.
4. Enhence unit testing.
test=develop
7 years ago
guosheng
998e2714c8
Refine the doc of reshape_op by following comments.
...
test=develop
7 years ago
guosheng
891c116ea4
Refine the doc of reshape_op
7 years ago
sneaxiy
92a2817a2b
test=develop
7 years ago
phlrain
049c9c7d2a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
7 years ago
phlrain
ffb24a73ec
add dropout attr; test=develop
7 years ago
tensor-tang
032c3a07e3
Merge remote-tracking branch 'ups/develop' into refine/jit/gru
...
test=develop
7 years ago
tensor-tang
159be8cc63
optimize fusion gru kernel at size 8
7 years ago
Jiabin Yang
6b4056bbf9
Merge pull request #14014 from JiabinYang/inference_model_mac
...
this will fix the inference model not found problem
7 years ago