Commit Graph

93 Commits (a2a0251db08200c582d92a43caf204f8d1d1464c)

Author SHA1 Message Date
sneaxiy 7e399b0628 rename
6 years ago
sneaxiy f85245b409 test=develop
6 years ago
minqiyang 3ce2d295c0 Refine stop_gradient
6 years ago
minqiyang c8965dc1ab Polish code
6 years ago
minqiyang 8ce198b2e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
minqiyang dbd4d058af Add static implementation and fix fc layer
6 years ago
minqiyang 315b133e67 Add single GPU support to imperative
6 years ago
Qiao Longfei a6b3bf6069 add attr min_row_size_to_use_multithread in op config test=develop
6 years ago
Qiao Longfei 8c516a24e5 remote min_row_size_to_use_multithread in adam interface test=develop
6 years ago
Qiao Longfei 9b4fe283e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
6 years ago
minqiyang d0b640dca1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
6 years ago
Wu Yi fd85418329
[Feature] support mix precision training for resnet (#14899)
6 years ago
minqiyang 7aab39af15 Change grads to VarBase
6 years ago
Qiao Longfei 44b300556d change min_row_size_to_use_multithread to parameter of adam
6 years ago
minqiyang 336160e651 Complete imperative optimizer implementation
6 years ago
minqiyang 28013a5048 Polish code
6 years ago
minqiyang 5822f7f1d8 Polish code
6 years ago
minqiyang fff44af83f Support simple optimizer
6 years ago
minqiyang 68e9b841ab Add support for optimizer
6 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
6 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
6 years ago
Qiao Longfei eb5d427d39 add comment for lazy_mode adam optimizer
6 years ago
Qiao Longfei c624417c6f change sparse mode to lazy mode
6 years ago
Qiao Longfei fc6ec6bd14 add sparse mode adam
6 years ago
Qiao Longfei d03cbd1b8c follow comment test=develop
6 years ago
Qiao Longfei 373f64986d add comment and unit test
6 years ago
Qiao Longfei 55edfca2b8 revert unused change
6 years ago
Qiao Longfei fec0b192a2 fix unit test
6 years ago
Qiao Longfei 3d8077e9fb update optimizer
6 years ago
Qiao Longfei fbcdb29d8c fix import issue
6 years ago
Qiao Longfei 866d6bfe59 dist table support other optimize and regular config
6 years ago
Wu Yi 26200f2e42
[1.1] [project] train imagenet using large batch size (#13766)
6 years ago
Xin Pan d5d09672c8 better fix
6 years ago
tangwei12 e3964e5a43
lookup table bug fix about lr, test=develop (#13946)
6 years ago
chengduo 8e2fdc54b1
Add check for opt op (#13840)
6 years ago
sneaxiy 0633095c74 fix_api_kwargs
6 years ago
Xin Pan 88ae3f169d further clean
6 years ago
Xin Pan 2030958eee covert **kwargs to explicit arguments
6 years ago
Wu Yi efafc72f62
Hide program APIs (#12315)
6 years ago
Qiao Longfei 6e03f7900f
Add centered mode rmsprop (#13161)
7 years ago
Xin Pan 51ef0ad766 allow to use name_scope for debugging and visiualization
7 years ago
whs 9be39bb4b7
Enhence optimizer. (#13004)
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
minqiyang 91f0573bc1 Fix the overfix of 2to3 for print function
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago
qingqing01 873a50ce35
Fix serious bug in nesterov momentum optimizer. (#12231)
7 years ago
Luo Tao e33017f23e fix _clone_variable in optimizer.py
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
chengduo 86b0a72576
Refine multi thread cpu parallel exe (#11406)
7 years ago
qiaolongfei 2ce1ed3dbd add optimized_guard for ModelAverage
7 years ago