Commit Graph

279 Commits (cd10cedee22c5df118db4aece71fd6e7700a5ab0)

Author SHA1 Message Date
emailweixu 725e64486a cumsum operator (#8288)
9 years ago
Qiao Longfei 051ba1ce1d
Use force cpu in fill constant op (#8254)
9 years ago
Cao Ying 222155ccbf
Merge pull request #8310 from guoshengCS/fix-fc-bias
9 years ago
guosheng a063fc28b6 Fix the bias of fc when num_flatten_dims is not 1 in fluid layers
9 years ago
guosheng 0999347910 Fix python wrapper for layer_norm
9 years ago
guosheng 1637137c45 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-python-layernorm
9 years ago
guosheng 6c7ba81c0a Add python wrapper for layer_norm
9 years ago
Yang Yang(Tony) 61811e9d40
fix parallel op test (#8249)
9 years ago
Qiao Longfei 5cc2f0bdda
Add polynomial_decay and piecewise_decay (#8013)
9 years ago
whs 6612068ee4
Merge pull request #8114 from wanghaoshuang/fix_ctc_align
9 years ago
whs 8e5bc804bb Fix equation in doc of fluid.layers.fc (#8243)
9 years ago
Qiao Longfei 20c4a4cb4f
Impl scalar switch case op with condition op (#8184)
9 years ago
wanghaoshuang 3aae78159b Change the dims of empty result to [1, 1]
9 years ago
wanghaoshuang 863cd9c766 Add comments to explain the empty result
9 years ago
emailweixu b15c675530
Merge pull request #7421 from emailweixu/fetch_var
9 years ago
xzl 3074ae7b8d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
9 years ago
xzl 2ffa3a8bf6 rename op to depthwise_conv2d, more efficient
9 years ago
qingqing01 4e7e39b4bd
Merge pull request #8069 from qingqing01/bn_name
9 years ago
dangqingqing cbc9a59c33 Allow uers to specify the name of moving mean and variance in batch_norm interface.
9 years ago
Yu Yang 2bd92754e8
Merge pull request #8005 from reyoung/feature/make_nmt_normal_unittest
9 years ago
xuwei06 6695a204cd helper functions fetch_var and get_var
9 years ago
dangqingqing 4673a24bda Add softmax into Python API.
9 years ago
xzl fc9b2b9aa3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
9 years ago
Yang Yu 3b87080a4e Make NMT as normal python unittests
9 years ago
typhoonzero 4d12a81306 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rename_rpc_ops
9 years ago
Qiao Longfei be801d6c05
Add learning rate decay (#7892)
9 years ago
caoying03 7d303bdc69 fix the bug that dropout always use a fixed seed.
9 years ago
xzl 6e17babe49 More efficient, add check on python side
9 years ago
typhoonzero 85d5f8e234 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rename_rpc_ops
9 years ago
typhoonzero 96eb958704 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into recv_op_python_with_guard
9 years ago
Yibing Liu 0fbfd2dc70 Simplify the symbol description
9 years ago
Yibing Liu 634faab1c0 Format doc & add unit test for dynamic_lstmp api
9 years ago
xzl b5ea048395 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
9 years ago
xzl aece290599 add depthwise gpu forward, backward, test, interface
9 years ago
Yibing Liu 4ca19d4e18 Add python api for lstmp operator
9 years ago
yangyaming 7eb19abc76 Refine the doc.
9 years ago
typhoonzero dc7073ded2 update by comment.
9 years ago
yangyaming a249c0cae9 Refine doc and fix dtype.
9 years ago
yangyaming 8314412b0a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7717
9 years ago
Cao Ying 32a5dfd345
Merge pull request #7791 from lcy-seso/multihead_attention
9 years ago
typhoonzero e163fd305f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into recv_op_python_with_guard
9 years ago
ying 7210d0fa95 follow comments.
9 years ago
ying d00eb53a93 add linear projection to q, k and v.
9 years ago
typhoonzero 9a8517fd8b daemonize the server process
9 years ago
yangyaming 8c81439e24 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7717
9 years ago
ying 0d96899f18 fix the documentation.
9 years ago
yangyaming 630a8646fe Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-7555
9 years ago
Yu Yang 9609c17a01
Merge pull request #7754 from tonyyang-svail/7724
9 years ago
ying d163592a3f Merge branch 'develop' into multihead_attention
9 years ago
Qiao Longfei e7d44a2034
Nmt model (#7340)
9 years ago