Commit Graph

4384 Commits (9e38dafa29acc59347a5aee33424be7bb8bcd168)

Author SHA1 Message Date
Dong Zhihong d4231b3513 "fix unique_ptr error"
8 years ago
qijun 4130e5faf8 Merge remote-tracking branch 'baidu/develop' into add_selected_rows_functor
8 years ago
qijun f59a7c1d36 add gpu functor for SelectedRows
8 years ago
Dong Zhihong ec11514027 "fix findVar logic"
8 years ago
Yu Yang 29819ba764 Fix unittest
8 years ago
Yu Yang acc54c7ba7 Merge branch 'develop' of github.com:baidu/Paddle into feature/implenment_infer_var_type
8 years ago
Dong Zhihong b3df1f4a49 "fix tests"
8 years ago
Dong Zhihong 2434b8f5fb " add interface to scopeDesc bind"
8 years ago
Dong Zhihong 3f4177ea8d Merge branch 'develop' into fix/scope
8 years ago
qijun 4741266d6f remove unused method
8 years ago
qijun 931572e210 SelectedRowsAddTensor method
8 years ago
fengjiayi 5d9ce04625 Debug string for Python ProtoBuf (#4800)
8 years ago
fengjiayi 2c46666e7b Add grad_name_map to record correspondences between vars and grad_vars (#4794)
8 years ago
qijun 7b18343305 remove unused header file
8 years ago
qijun 5be10872f9 add selected_rows add cpu functor
8 years ago
Yu Yang a96372b108 Merge branch 'develop' of github.com:baidu/Paddle into feature/implenment_infer_var_type
8 years ago
Yu Yang 1b1cb44f13 Complete infer_var_type
8 years ago
QI JUN 9165235a9e Merge pull request #4782 from QiJune/selected_rows
8 years ago
Yu Yang d17eb73e9f Update VarDesc from design doc (#4769)
8 years ago
Yu Yang 9a6dffd4d9 Fix CPU compile (#4781)
8 years ago
tensor-tang 7a7c8fd9e5 simplify some comments and code
8 years ago
Luo Tao abfa81b106 Merge branch 'develop' into seqpool
8 years ago
Tao Luo 918d69467c Merge pull request #4791 from typhoonzero/fix_pybind_op_reg_nokernel
8 years ago
Guo Sheng a0af1eeabf Merge pull request #4443 from guoshengCS/add-GRUStepOp
8 years ago
typhoonzero 1540703394 fix_pybind_op_reg_nokernel
8 years ago
tensor-tang 59ccb01a00 Merge remote-tracking branch 'upstream/develop' into merge_grad
8 years ago
typhoonzero 13b4749e24 fix_pybind_op_reg_nokernel
8 years ago
tensor-tang e1954857d7 fix bug: merge grad must before backward act.
8 years ago
Abhinav Arora 3b954e1ddc Adding Hard Sigmoid Activation (#4771)
8 years ago
Yan Chunwei 1c1f73b46d Feature/dynamic recurrent op forward test (#4729)
8 years ago
qijun 53542d93e5 Merge remote-tracking branch 'baidu/develop' into selected_rows
8 years ago
Luo Tao 4c3ef7fca5 Merge branch 'develop' into seqpool
8 years ago
qijun c49adb86c6 follow comments
8 years ago
qijun 11e923176e reset a new tensor in default constructor of SelectedRows
8 years ago
qijun 4b13c80eeb add selected rows
8 years ago
Yu Yang a36d24163a Add no_grad_vars for grad_op_maker (#4770)
8 years ago
Yu Yang 4cda9a36a4 Stablize executor_test (#4774)
8 years ago
Yu Yang 4838ea25d3 Wrong dependency order for op_info and proto_desc (#4763)
8 years ago
Abhinav Arora 116800378a Adding the Adam Optimizer operator (#4733)
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
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
guosheng ae1b29ac7e Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUStepOp
8 years ago
Luo Tao 393c748c89 add seqlastin/seqfirstin for seq_pool 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
guosheng 1cabdb8708 Refine gru_unit_op according to comments to support multiple activation types
8 years ago
kexinzhao d3b8bffaf1 Implementing the Decayed Adagrad optimizer operator (#4645)
8 years ago
Luo Tao e69a565a5b Merge branch 'develop' into seqpool
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
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
Abhinav Arora b504a2346c Adding the Thresholded Relu Op (#4685)
8 years ago
QI JUN 2603cb7e86 Unify CUDA stream in Tensor CopyFrom interface (#4692)
8 years ago
qijun 8e7975da3f move GLOB_OP_LIB deps to executor_test
8 years ago
fengjiayi bf26cc5307 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
8 years ago
qijun ccea4c5772 debug executor_test
8 years ago
fengjiayi d92f8de431 Merge pull request #4702 from Canpio/fix_expose_checker_to_python
8 years ago
Qiao Longfei 5e9d43995b Merge pull request #4699 from jacquesqiao/expose-backward
8 years ago
guosheng 0922fca41e Add gru_unit_op
8 years ago
Cao Ying e9495e7694 Merge pull request #4508 from Yancey1989/seqconcat_op
8 years ago
Tao Luo 4b1f70d99a Merge pull request #4716 from luotao1/bug
8 years ago
Yibing Liu b56cbd307d Merge pull request #4285 from kuke/margin_rank_loss_op_dev
8 years ago
Yancey1989 d68122ff5d update
8 years ago
Yancey1989 69e92b39fc add an enforce
8 years ago
Luo Tao 1f592eb8b6 pause executor_test temporary in order to pass the teamcity
8 years ago
Luo Tao 98dd5b1ac8 fix executor_test build failed
8 years ago
Luo Tao c77bd553de Merge branch 'develop' into seqpool
8 years ago
chengduo e9325ea8b1 Merge pull request #4676 from chengduoZH/fix_pool_op_doc_and_class_declarations
8 years ago
Yibing Liu 989e19caf9 fix typos in margin_rank_loss_op
8 years ago
Yibing Liu 13b7d92808 improve doc in margin_rank_loss_op
8 years ago
chengduoZH 4849fba7e9 follow comments
8 years ago
Yibing Liu 240adef1a1 Merge branch 'develop' of upstream into margin_rank_loss_op_dev
8 years ago
Tao Luo 2f17038428 Merge pull request #4707 from luotao1/bug
8 years ago
Yancey1989 ad477b9183 update
8 years ago
Tao Luo 1cafe7bfa6 Merge pull request #4703 from Xreki/core_optimize_backward
8 years ago
Luo Tao 82a2b1a92d fix Compile error [fatal error: boost/range/adaptor/reversed.hpp No such file or directory]
8 years ago
chengduo c22e7ff71e Merge branch 'develop' into fix_pool_op_doc_and_class_declarations
8 years ago
qiaolongfei e8cad5a1d0 add more unit test for test_append_backward
8 years ago
qingqing01 62da438e8e Merge pull request #4462 from chengduoZH/Add_vol2col_functor
8 years ago