Commit Graph

2019 Commits (d1fbf50b9ebab35ea84b33fd330ef8c1b4e79bd3)

Author SHA1 Message Date
dangqingqing d1fbf50b9e Add unit testing for forwad implementation.
9 years ago
dangqingqing 2a8dbd130d LSTM Operator forward implementation.
9 years ago
Qiao Longfei 88b9202c48 Python cpp sync (#4816)
9 years ago
Qiao Longfei a4b172252b Merge pull request #4809 from jacquesqiao/backward-return-map
9 years ago
qiaolongfei 2befb9f972 optimizer backward CreateGradVarInBlock input output order
9 years ago
qiaolongfei 9a0ef7d2aa append_backward return map to python
9 years ago
Dong Zhihong 5eed0134e6 "refix the python logic"
9 years ago
Dong Zhihong 5bd14f6edb Merge remote-tracking branch 'origin/develop' into fix/scope
9 years ago
Qiao Longfei d7383c6dd0 create grad_var when run Backward pass (#4796)
9 years ago
fengjiayi dbb60572a5 Refine Python operator input/output checks (#4803)
9 years ago
Dong Zhihong b3df1f4a49 "fix tests"
9 years ago
Dong Zhihong 3f4177ea8d Merge branch 'develop' into fix/scope
9 years ago
fengjiayi 5d9ce04625 Debug string for Python ProtoBuf (#4800)
9 years ago
Yu Yang d17eb73e9f Update VarDesc from design doc (#4769)
9 years ago
Guo Sheng a0af1eeabf Merge pull request #4443 from guoshengCS/add-GRUStepOp
9 years ago
Abhinav Arora 3b954e1ddc Adding Hard Sigmoid Activation (#4771)
9 years ago
Yan Chunwei 1c1f73b46d Feature/dynamic recurrent op forward test (#4729)
9 years ago
Abhinav Arora 116800378a Adding the Adam Optimizer operator (#4733)
9 years ago
dongzhihong 7da9ab3c6c Merge remote-tracking branch 'origin/develop' into fix/scope
9 years ago
fengjiayi 36de398924 Rename Python `graph` to `framework` (#4762)
9 years ago
dongzhihong ff0e9d2207 Merge remote-tracking branch 'origin/develop' into fix/scope
9 years ago
fengjiayi 1a87a963e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
9 years ago
guosheng 9b4a6af251 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-GRUStepOp
9 years ago
guosheng 0bc5a122d4 Refine gru_unit_op by optional bias
9 years ago
chengduo 487a13bbfa Merge pull request #4742 from chengduoZH/refine_conv2_naive_func
9 years ago
chengduoZH db4de4ffd9 follow comments
9 years ago
guosheng 1cabdb8708 Refine gru_unit_op according to comments to support multiple activation types
9 years ago
chengduoZH 5fe68931f6 fix code struce
9 years ago
kexinzhao d3b8bffaf1 Implementing the Decayed Adagrad optimizer operator (#4645)
9 years ago
chengduoZH 8ad67da9ab fix conflict
9 years ago
Yu Yang 2daba04042 Merge pull request #4731 from reyoung/feature/fix_ci
9 years ago
武毅 a3ccbdb3b6 Cudnn conv op (#4195)
9 years ago
chengduoZH 6ef2da2e89 finetune conv2d navie func
9 years ago
Yu Yang 3eac6d9f50 Disable test_seq_concat_op.py temp
9 years ago
chengduoZH a015ea8f7c refine conv2d naive function
9 years ago
dongzhihong 4b6b4bc84a "change GetOrCreate to Var"
9 years ago
fengjiayi 458a2da3cf Merge branch 'fix_bugs' into dev_opdesc_in_python
9 years ago
dongzhihong 5d6a3eee5b new_var to get_or_create
9 years ago
fengjiayi f8211328e1 Fix bug
9 years ago
Abhinav Arora b504a2346c Adding the Thresholded Relu Op (#4685)
9 years ago
fengjiayi 90fa6db6bd Add infer_shape to Python Operator and fix bugs
9 years ago
fengjiayi bf26cc5307 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_opdesc_in_python
9 years ago
fengjiayi d92f8de431 Merge pull request #4702 from Canpio/fix_expose_checker_to_python
9 years ago
Qiao Longfei 5e9d43995b Merge pull request #4699 from jacquesqiao/expose-backward
9 years ago
guosheng 0922fca41e Add gru_unit_op
9 years ago
Cao Ying 134a07365b Merge pull request #4713 from ranqiu92/doc
9 years ago
Cao Ying e9495e7694 Merge pull request #4508 from Yancey1989/seqconcat_op
9 years ago
ranqiu 0402a69694 Update annotations of layers.py
9 years ago
Yibing Liu 240adef1a1 Merge branch 'develop' of upstream into margin_rank_loss_op_dev
9 years ago
qiaolongfei e8cad5a1d0 add more unit test for test_append_backward
9 years ago