Commit Graph

273 Commits (1d9cb93276c02d7f02afb0077b2aaacce8f690ed)

Author SHA1 Message Date
minqiyang 312f3b8654 Fix random diff between python2 and python3
7 years ago
Zeng Jinle d189d4dbab
Merge pull request #12884 from sneaxiy/sequence_mask_op
7 years ago
guochaorong b1fc238694 Revert "Disable in_place in batch_norm API. (#12736)"
7 years ago
sneaxiy 1083e99520 Merge develop
7 years ago
sneaxiy 5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
7 years ago
sneaxiy e895c98f0a add support to max_len is None
7 years ago
qingqing01 79918a8442 add sequence_mask_op for DAM model
7 years ago
qingqing01 f5d5d7b2d9
Disable in_place in batch_norm API. (#12736)
7 years ago
sneaxiy c73c5ed573 use for_range
7 years ago
Xin Pan b548ecbc2b add stack_op
7 years ago
Qingsheng Li 3d11d018e0
Fix scatter_op python API (#12742)
7 years ago
minqiyang e398348e7e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Qiyang Min 340a104c58
Merge pull request #12658 from velconia/port_pybind11
7 years ago
qingqing01 c44fb00371
Add name in relu and log API. (#12438)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
jerrywgz c108376506 Add three modes for prelu_op (#12630)
7 years ago
minqiyang 0d7047ca79 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
Bai Yifan 9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. (#12422)
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang be6ecec46f Fix unittests' division issues
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
chengduo 93152b0bac
Fix the result of unit test (#12520)
7 years ago
minqiyang a58dd3e557 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
fengjiayi 23aebf0ea7 update softmax layer comment
7 years ago
dzhwinter 91fb0156ca
Memory/reshape op (#12414)
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
baiyf a4c06083af
Expose rank_loss op Python API (#12132)
7 years ago
qiaolongfei 5d718a5886 optimize reduce_sum_grad op
7 years ago
qingqing01 873a50ce35
Fix serious bug in nesterov momentum optimizer. (#12231)
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
Guo Sheng da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
7 years ago
lemon34 29145e1e31 change im2sequence for ctc batch inference (#11696)
7 years ago
guosheng e7a4cfc0ff complete the hsigmoid_op
7 years ago
guosheng d695381677 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
guochaorong 6a35899131 Revert "Extend fill_zeros_like_op for zero-filling an LoDTensorArray (#11496)"
7 years ago
whs 93e25301d7
Fix python api of mean iou op. (#11797)
7 years ago
Haichao Zhang bc28cf613f Extend fill_zeros_like_op for zero-filling an LoDTensorArray (#11496)
7 years ago
pzelazko-intel 9a15c92317 bnorm+relu fuse for mkldnn (inference) (#11434)
7 years ago
qingqing01 b756063ce7
Speed depthwise transposed conv2d. (#11740)
7 years ago
Guo Sheng 8df303c09b
Merge pull request #11238 from guoshengCS/fix-beam_search
7 years ago
fengjiayi b4f28ccc19
Merge pull request #11632 from JiayiFeng/some_small_fixes
7 years ago
guosheng 983566d946 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Xin Pan f0cf70ec61
Merge pull request #11646 from panyx0718/fix
7 years ago
guosheng 8536d261ab Fix doc format of beam_search
7 years ago
guosheng 4e9d7ddbc6 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-beam_search-dev
7 years ago
Chris Yann 2bc812d8d6 Fix relu and log function by changing input parameter name from 'input' to 'x' (#11683)
7 years ago
fengjiayi e1a46bba59 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into some_small_fixes
7 years ago
Xin Pan ed4aa219cb Small doc fix and clean up of reshape
7 years ago
Tao Luo 8318094b58
Merge pull request #11626 from ktlichkid/fix-log
7 years ago