Commit Graph

53 Commits (1409586eaaa972e2fb52446a7c2280a454bc7e89)

Author SHA1 Message Date
mapingshuo 9901f69677
Forward recompute3 (#19913)
5 years ago
Youwei Song 3e5fb6361b fix api-doc error for dygraph and backward (#19721)
6 years ago
chengduo bfb6ac816e
Fix optimizer bug (#19410)
6 years ago
chengduo 8259f1418f
Enhance backward process (#18700)
6 years ago
chengduo e0d8c6ac68
Add find_no_grad_vars in backward.py (#17942)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
qingqing01 80d2e66f9e
Update backward appending stragety to support double backward and fix some bug. (#18104)
6 years ago
Zeng Jinle 712bfb17cb
fix recurrent_op,test=develop (#17433)
6 years ago
lujun e388a1fb66
Repair api example (#17221)
6 years ago
qingqing01 c1c2633a63
Support backward of backward for Relu and add a new gradient checker by comparing theoretical and numerical Jacobian. (#16862)
6 years ago
Zeng Jinle 1c526e1d1a
Fix some grad op desc makers (#16633)
6 years ago
Xin Pan 6324032602 MLP forward backward
6 years ago
Xin Pan 47ea2534fb clean parallel do
6 years ago
Wu Yi 16e73e0d28
hide operator API (#12543)
6 years ago
Wu Yi efafc72f62
Hide program APIs (#12315)
6 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 77f12e000f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
gongweibao 842fb021b3
Fix clone() bug. (#12583)
7 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang 5338417b47 Polish code style
7 years ago
minqiyang ae39709e59 Polish code
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
7 years ago
minqiyang 6dc07e7f95 Replace items() with six.moves.iteritems() to improve memory usage
7 years ago
minqiyang bc12c2c616 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang c3fdf3aee4 Fix divide problem in CI
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
Yu Yang 55ff03b7ab Do not set loss@Grad as persistable
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
Yu Yang 1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
7 years ago
yuyang18 ff07af8d93
Hide calc_gradient
7 years ago
fengjiayi 07ab9ce4e7 update the comments
7 years ago
fengjiayi 3c9b59b8e8 update
7 years ago
fengjiayi f5894d22c5 Fix a backward bug
7 years ago
tensor-tang d5fb8fa778 Revert "Merge pull request #11628 from PaddlePaddle/revert-11102-mozga-intel/Sum_mkldnn_layout"
7 years ago
tensor-tang 90780e22ce
Revert "MKLDNN layout: Support for sum operator"
7 years ago
Yu Yang c2ad3815b0
Merge pull request #11560 from JiayiFeng/doc_non_layer_api
7 years ago
fengjiayi 457d81bbc0 fix errors
7 years ago
mozga-intel 96b4904d2f MKLDNN layout: Support for sum operator
7 years ago
fengjiayi 8ea54e2f95 Add docs
7 years ago
yuyang18 23e19e2e42 Fix bug
7 years ago
yuyang18 fb370f4411 Refine code
7 years ago
yuyang18 3923d40992 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
7 years ago
yuyang18 44c52a8c1a Polish op_proto_maker
7 years ago
yuyang18 017bba1664 Add op role
7 years ago
chengduoZH a3ca4c99eb fix loss.gradVar
7 years ago
chengduoZH ef28e7deba refine parallel_do_grad
7 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
7 years ago
fengjiayi 55e11e21cb fix_a_bug
7 years ago