Commit Graph

98 Commits (e8f9dac7abba95bb50bf445ef8b4c7ebeac1ec23)

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