Commit Graph

76 Commits (f5f76e610d98894801b3c140acce06ad71bf4c97)

Author SHA1 Message Date
Aurelius84 2ca5801d8c
API(append_backward) error message enhancement (#23446)
5 years ago
Aurelius84 fab9464f84
API(fluid.gridents) error message enhancement (#23450)
5 years ago
Zeng Jinle a31d7328b7
Add dygraph double grad implementation (#22939)
5 years ago
Zhang Ting 3f371db82a
add op_device attr for backward op_desc, test=develop (#23062)
5 years ago
Zhang Ting eec10aaba2
set op_device for loss_op_desc (#23027)
5 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
Guo Sheng e7bbad6c49 Fix the leaving out of rnn_memory_helper_grad's output vars. test=develop (#22499)
5 years ago
Aurelius84 50af6b5d79
polish no_grad_set of gradient and append_backward (#22440)
5 years ago
Zeng Jinle 039bb5050c
Polish backward.py to prune more ops (#22246)
5 years ago
zhangchunle 805328e13b fix typo in error message (#22312)
5 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
5 years ago
Chen Weihang 9a2204ee1f
Uniform append_backward & gradients parameter_list type to Variable (#21938)
5 years ago
Huihuang Zheng 557bce77da
Fix Backward Bugs in Conditional Block (#21809)
5 years ago
mapingshuo e2d849b989
Dropout with seed (#21590)
5 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
5 years ago
Huihuang Zheng 630be31952
Fix Cond Bug for Nested Control Flow (#21340)
5 years ago
lvmengsi aadd81b662
Fix gradients (#20857)
5 years ago
Aurelius84 74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop (#20722)
5 years ago
liym27 fc6ec3b9f6 fill_constant support Tensor; (#20521)
5 years ago
Youwei Song 478e4d6882 polish append_backward en doc (#20199)
5 years ago
mapingshuo 90be481b13
RecomputeOptimizer: rm unused ckpt and sort ckpt (#20108)
5 years ago
mapingshuo d62360fe5f
fix doc of apply_optimize (#19965)
5 years ago
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