Commit Graph

1937 Commits (ab5dc9fe185215760ee351e36d772ad245e1eb3d)

Author SHA1 Message Date
fengjiayi dbb60572a5 Refine Python operator input/output checks (#4803)
7 years ago
fengjiayi 5d9ce04625 Debug string for Python ProtoBuf (#4800)
7 years ago
Yu Yang d17eb73e9f Update VarDesc from design doc (#4769)
7 years ago
Guo Sheng a0af1eeabf Merge pull request #4443 from guoshengCS/add-GRUStepOp
7 years ago
Abhinav Arora 3b954e1ddc Adding Hard Sigmoid Activation (#4771)
7 years ago
Yan Chunwei 1c1f73b46d Feature/dynamic recurrent op forward test (#4729)
7 years ago
Abhinav Arora 116800378a Adding the Adam Optimizer operator (#4733)
7 years ago
fengjiayi 36de398924 Rename Python `graph` to `framework` (#4762)
7 years ago
fengjiayi 1a87a963e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
7 years ago
guosheng 9b4a6af251 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUStepOp
7 years ago
guosheng 0bc5a122d4 Refine gru_unit_op by optional bias
7 years ago
chengduo 487a13bbfa Merge pull request #4742 from chengduoZH/refine_conv2_naive_func
7 years ago
chengduoZH db4de4ffd9 follow comments
7 years ago
guosheng 1cabdb8708 Refine gru_unit_op according to comments to support multiple activation types
7 years ago
chengduoZH 5fe68931f6 fix code struce
7 years ago
kexinzhao d3b8bffaf1 Implementing the Decayed Adagrad optimizer operator (#4645)
7 years ago
chengduoZH 8ad67da9ab fix conflict
7 years ago
Yu Yang 2daba04042 Merge pull request #4731 from reyoung/feature/fix_ci
7 years ago
武毅 a3ccbdb3b6 Cudnn conv op (#4195)
7 years ago
chengduoZH 6ef2da2e89 finetune conv2d navie func
7 years ago
Yu Yang 3eac6d9f50 Disable test_seq_concat_op.py temp
7 years ago
chengduoZH a015ea8f7c refine conv2d naive function
7 years ago
fengjiayi 458a2da3cf Merge branch 'fix_bugs' into dev_opdesc_in_python
7 years ago
fengjiayi f8211328e1 Fix bug
7 years ago
Abhinav Arora b504a2346c Adding the Thresholded Relu Op (#4685)
7 years ago
fengjiayi 90fa6db6bd Add infer_shape to Python Operator and fix bugs
7 years ago
fengjiayi bf26cc5307 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
7 years ago
fengjiayi d92f8de431 Merge pull request #4702 from Canpio/fix_expose_checker_to_python
7 years ago
Qiao Longfei 5e9d43995b Merge pull request #4699 from jacquesqiao/expose-backward
7 years ago
guosheng 0922fca41e Add gru_unit_op
7 years ago
Cao Ying 134a07365b Merge pull request #4713 from ranqiu92/doc
7 years ago
Cao Ying e9495e7694 Merge pull request #4508 from Yancey1989/seqconcat_op
7 years ago
ranqiu 0402a69694 Update annotations of layers.py
7 years ago
Yibing Liu 240adef1a1 Merge branch 'develop' of upstream into margin_rank_loss_op_dev
7 years ago
qiaolongfei e8cad5a1d0 add more unit test for test_append_backward
7 years ago
kexinzhao 9995aed114 Implementing Softplus operator (#4690)
7 years ago
fengjiayi f8267db657 Explose check_attr to Python
7 years ago
qiaolongfei e9a0c4ef87 expose AppendBackward of ProgramDesc to python
7 years ago
kavyasrinet 1397e17f6b Implemented the hardShrink activation (#4653)
7 years ago
fengjiayi e621ff39e5 Follow comments
7 years ago
Siddharth Goyal 6604d7cda2 Add logsigmoid (numerically stable) and softshrink (#4663)
7 years ago
fengjiayi afaac7896e Refine code
7 years ago
fengjiayi 906f5e8a26 Fix unittest bugs
7 years ago
fengjiayi e71b836f53 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
7 years ago
fengjiayi 247fb2a086 Add unittests
7 years ago
Yu Yang f185af8d7b Complete parameter
7 years ago
Yu Yang 0c37a06117 Merge branch 'feature/change_proto_to_desc' into feature/complete_variable_bind
7 years ago
Yu Yang fb2ad4c949 Change PythonAPI `.proto` to `.desc`
7 years ago
Yu Yang 7506e4816b Merge pull request #4660 from reyoung/feature/polish_infer_shape
7 years ago
fengjiayi cffca923b9 Change Proto to Desc
7 years ago