Commit Graph

7964 Commits (8fd07c96616d2e3337ab137a24341571a25c7828)
 

Author SHA1 Message Date
Abhinav Arora 116800378a Adding the Adam Optimizer operator (#4733)
8 years ago
Yu Yang 8d939d459f Update VarDesc design
8 years ago
dongzhihong 7da9ab3c6c Merge remote-tracking branch 'origin/develop' into fix/scope
8 years ago
Qiao Longfei 7460958143 Merge pull request #4764 from jacquesqiao/remove-infer-todo
8 years ago
fengjiayi be85516318 Remove attribute check from CreateGradOpDescs() (#4723)
8 years ago
qiaolongfei 9ddedeee06 remove unused todo in shape_inference.h
8 years ago
fengjiayi 36de398924 Rename Python `graph` to `framework` (#4762)
8 years ago
fengjiayi a30239ce09 Merge pull request #4691 from Canpio/dev_opdesc_in_python
8 years ago
dongzhihong ff0e9d2207 Merge remote-tracking branch 'origin/develop' into fix/scope
8 years ago
fengjiayi 1a87a963e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
8 years ago
chengxingyi dd4f95f6c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
chengxingyi 7f0c823093 lambda cost bug's fix
8 years ago
tensor-tang 698071cc33 share mkldnn output value data if next layer is cpu device
8 years ago
Peng LI 990fb020d3 Merge pull request #4287 from pengli09/fix-graph-error
8 years ago
guosheng ae1b29ac7e Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUStepOp
8 years ago
Yiqun Liu d883080225 Merge pull request #4756 from guoshengCS/fix-InferShapeContext-decayed_adagrad_op
8 years ago
guosheng d0d3129f91 Fix InferShapeContext in decayed_adagrad_op
8 years ago
guosheng 9b4a6af251 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUStepOp
8 years ago
guosheng 0bc5a122d4 Refine gru_unit_op by optional bias
8 years ago
chengduo 487a13bbfa Merge pull request #4742 from chengduoZH/refine_conv2_naive_func
8 years ago
chengduoZH db4de4ffd9 follow comments
8 years ago
guosheng 1cabdb8708 Refine gru_unit_op according to comments to support multiple activation types
8 years ago
hedaoyuan 380cc6bb32 Merge branch 'develop' of https://github.com/baidu/Paddle into inference
8 years ago
chengduoZH 5fe68931f6 fix code struce
8 years ago
hedaoyuan 773d064ae0 Use MinSizeRel compile third_party library when build for mobile inference.
8 years ago
kexinzhao d3b8bffaf1 Implementing the Decayed Adagrad optimizer operator (#4645)
8 years ago
chengduoZH 8ad67da9ab fix conflict
8 years ago
Yu Yang 2daba04042 Merge pull request #4731 from reyoung/feature/fix_ci
8 years ago
武毅 a3ccbdb3b6 Cudnn conv op (#4195)
8 years ago
chengduoZH 6ef2da2e89 finetune conv2d navie func
8 years ago
Yu Yang 3eac6d9f50 Disable test_seq_concat_op.py temp
8 years ago
chengduoZH 92c3944118 fix vol2col_test according to new CopyFrom
8 years ago
chengduoZH a015ea8f7c refine conv2d naive function
8 years ago
dongzhihong 35308d3662 "change NewVar to Var"
8 years ago
tensor-tang 6715beaace enable merge output grad of mkldnn
8 years ago
dongzhihong 4b6b4bc84a "change GetOrCreate to Var"
8 years ago
dongzhihong 848febbe96 "fix typo"
8 years ago
fengjiayi 458a2da3cf Merge branch 'fix_bugs' into dev_opdesc_in_python
8 years ago
fengjiayi 2434e4862a Fix bugs
8 years ago
Yu Yang eb33d53732 Merge remote-tracking branch 'pr/4730' into feature/fix_ci
8 years ago
Yu Yang f4ec8bdb4d Merge remote-tracking branch 'pr/4721' into feature/fix_ci
8 years ago
qijun f4b32673ca correct op deps in executor_test
8 years ago
fengjiayi 752bab2719 Fix bugs
8 years ago
Helin Wang 65b8861cde Try to fix error: cannot allocate memory in static TLS block
8 years ago
qijun a4687c9909 fix conflict of CopyFrom in vol2ol_test
8 years ago
dongzhihong 5d6a3eee5b new_var to get_or_create
8 years ago
dongzhihong 0af45b5fa6 NewVar to GetOrCreateVar
8 years ago
fengjiayi f8211328e1 Fix bug
8 years ago
Abhinav Arora b504a2346c Adding the Thresholded Relu Op (#4685)
8 years ago
fengjiayi 90fa6db6bd Add infer_shape to Python Operator and fix bugs
8 years ago