Commit Graph

73 Commits (7c55a94de51b1de42bd444c0d8ab20c9eeabcb4e)

Author SHA1 Message Date
zhaoyuchen2018 72dde4abde
Refine adam op to improve performance, test=develop (#22346)
6 years ago
zhongpu d0f0a2520c test Optimizer in dygraph (#21949)
7 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
7 years ago
Huihuang Zheng 1dcf6a7212
Add Much Complex Test and Fix Bugs for Control Flow cond API (#21532)
7 years ago
Chen Weihang 664f958a02
Fix optimizer op infershape failed in dygraph multi-cards mode (#21374)
7 years ago
hong ac8546701d
Add dygraph execution context (#20157)
7 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
7 years ago
WangXi 8ac7687e36 Fix dgc accuracy by mv regularization to local (#21278)
7 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
7 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
7 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
7 years ago
jhjiangcs 766bd529d1 add optimizer:dpsgd,test=develop (#19915)
7 years ago
Chen Weihang 8cb54ede8c
Add user-friendly error message in optimizer ops to give a hint about the position sensitive problem of run(startup_program) (#19605)
7 years ago
Tao Luo 75d1571995
refine PADDLE_ENFORCE codes for unify PADDLE_ASSERT_MSG (#19603)
7 years ago
chengduo 7453857324 Make fuse_all_reduce_op_pass support mix_precision (#17652)
7 years ago
Yibing Liu 23941e43ec
Update lamb optimizer (#18333)
7 years ago
Yibing Liu e8990e64f6
Fix trust ratio in lamb (#17614)
7 years ago
Yibing Liu f9796b1249
Add LAMB Optimizer support (#17489)
7 years ago
Qiyang Min c7f1f3ed0c
Merge pull request #16214 from velconia/imperative_infer_var_type
7 years ago
minqiyang b40e41fbd1 Polish code style
7 years ago
minqiyang ca392c7e97 Implement infer var type context
7 years ago
sneaxiy f0d108f589 fix const_cast
7 years ago
tensor-tang 14a764c930 simplify the jitkernel templates and tests
7 years ago
tensor-tang 802f362ac4 unify the kernelfuncs cache and add unit test
7 years ago
tensor-tang a0c37662b9 enable sgd jitkernel refer code and test
7 years ago
peizhilin cd562f8fb7 disable the parallel mode for adam op on windows 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
Qiao Longfei 44b300556d change min_row_size_to_use_multithread to parameter of adam
8 years ago
Qiao Longfei 87b4eb1da4 change min_param_size_to_use_multithread to min_row_size_to_use_multithread
8 years ago
Qiao Longfei 17b1b660fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
8 years ago
Qiao Longfei c15270c5b2 optimize multi thread adam
8 years ago
Qiao Longfei 0e747e8d02 change the limit of thead num
8 years ago
Qiao Longfei dfe85fb358 fix build
8 years ago
Qiao Longfei f057bbd1d1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-adam-tmp-var
8 years ago
Qiao Longfei f1c973b014 adam op should not create tmp var in compute
8 years ago
Qiao Longfei d161215332 optimize adam multi thread
8 years ago
Qiao Longfei 7a58ad5c79 lazy mode have higher priority then multithread
8 years ago
Qiao Longfei d0572bf02e add log for lazy mode test=develop
8 years ago
Qiao Longfei 1177b0bc84 update multi thread adam
8 years ago
Qiao Longfei 3b294e2e2e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
8 years ago
sneaxiy dde3afe7b7 Merge develop
8 years ago
Wu Yi 856f0da0fe
Fp16 training (#14992)
8 years ago
minqiyang 8b6b0da062 Use adam_update
8 years ago
minqiyang f4e7a47381 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_adam
8 years ago
sneaxiy c1f7e54f62 merge develop
8 years ago
typhoonzero da87f7a698 Revert "[Feature] Fp16 training for resnet50 (#14850)"
8 years ago
Qiao Longfei d76bda50c4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into multithread-sparse-adam
8 years ago
minqiyang 6467eda534 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into accelerate_adam
8 years ago
Wu Yi 3d750f9c5a
[Feature] Fp16 training for resnet50 (#14850)
8 years ago