Commit Graph

259 Commits (16ba0abc79c6d6f5c642d99638ee0f77d8a45a1e)

Author SHA1 Message Date
Leo Chen 488b2387e2
Feature/expand params in auto-generated pybind functions for dygraph operators (#23181)
6 years ago
Zhang Ting eec10aaba2
set op_device for loss_op_desc (#23027)
6 years ago
WangXi f2265d9ffd
Fix problem use recompute and dgc same time (#23010)
6 years ago
mapingshuo 08a772cb46
fix API param bug of recompute.backward() (#22582)
6 years ago
WangXi 62fd3209e1
Fix dgc param regularizer, test=develop (#22888)
6 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
6 years ago
tianshuo78520a 433cef03e5
fix typo word (#22784)
6 years ago
zhaoyuchen2018 72dde4abde
Refine adam op to improve performance, test=develop (#22346)
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
WangXi d69df9bf26
Add wrong info when use DGC in cpu (#22515)
6 years ago
Aurelius84 50af6b5d79
polish no_grad_set of gradient and append_backward (#22440)
6 years ago
hong 00c0139e6e add learning rate api of optimizer (#22080)
6 years ago
zhongpu b1c081f4c7 polish Optimizer's API description, test=develop (#22314)
6 years ago
Aurelius84 60a6d68fb9
remove _optimized_guard in dygrahpe_mode (#22143)
6 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
6 years ago
zhongpu d0f0a2520c test Optimizer in dygraph (#21949)
6 years ago
zhongpu 7d10edc5ee add clear_gradients for Optimizer and add clear_gradients api description (#21948)
6 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
6 years ago
Yibing Liu 434f7b9c0f
Fix the global_step & continuous applying error in EMA (#22090)
6 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
6 years ago
Chen Weihang 9a2204ee1f
Uniform append_backward & gradients parameter_list type to Variable (#21938)
6 years ago
Aurelius84 6b4c33ee30
fix decay param in DecayAdagrad test=develop (#22026)
6 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
6 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
6 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
tangwei12 934d99867a
add selected rows supported in framework (#21808)
6 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
WangXi 768f9242e9 Fix dgc clip & rampup step, test=develop (#21491)
6 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
6 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
6 years ago
Zeng Jinle 87ab93af01
fix adam fp64, test=develop (#21423)
6 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
6 years ago
WangXi 8ac7687e36 Fix dgc accuracy by mv regularization to local (#21278)
6 years ago
WangXi de5d3ff688 Fix dgc buffer illegal & reuse velocity (#21012)
6 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
6 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
6 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
6 years ago
Yibing Liu 899ab30df0
Fix several api docs (#20282)
6 years ago
Zeng Jinle 7fb958b2e1
replace data layers, test=develop, test=document_fix (#20368)
6 years ago
hong fa43e80e19 New save load interface (#20148)
6 years ago
Chen Weihang 98acfe97ec
Polish English APIs' doc of several Optimizers (#20166)
6 years ago
Zeng Jinle 02c6edc0d5
refine optimizer name doc, test=develop, test=document_fix (#20074)
6 years ago
Zeng Jinle 20f0878f70
Fix en docs of apis (#20050)
6 years ago
WangXi 8d92b36d51 Refine document of DGCMomentumOptimizer (#19960)
6 years ago
mapingshuo d62360fe5f
fix doc of apply_optimize (#19965)
6 years ago
Zeng Jinle 4a5ce4feb1
Add AdadeltaOptimizer doc (#19875)
6 years ago
jhjiangcs 766bd529d1 add optimizer:dpsgd,test=develop (#19915)
6 years ago
mapingshuo 9901f69677
Forward recompute3 (#19913)
6 years ago
chengduo ae31faaa87
refine optimier function (#19886)
6 years ago
gongweibao 6c2bc29cc0
Fix float16 optimizer. (#19682)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
6 years ago
chengduo bfb6ac816e
Fix optimizer bug (#19410)
6 years ago
mapingshuo d5ac87ec22
Lookahead optimizer (#19386)
6 years ago
gongweibao 29d8781240
Polish fleet API to support cuda collective mode and nccl2 mode. (#18966)
6 years ago
LielinJiang e5b9753a18 Fix ExponentialMovingAverage api bug in python3, test=develop (#18775)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
hutuxian 8a39e5c110 update api format (#18413)
6 years ago
Yibing Liu 23941e43ec
Update lamb optimizer (#18333)
6 years ago
hutuxian 6ed73830c2
add api desc for pipeline training (#18293)
6 years ago
Yibing Liu 412951d7d2
Fix ema's example & fp16 update (#18273)
6 years ago
wopeizl 222c9fe57e
fix doc for LarsMomentumOptimizer test=develop (#18208)
6 years ago
hutuxian 969e6378b9
Pipeline Concurrency (#17402)
6 years ago
Jiabin Yang 022dfed4fc
Add optimizer save and load (#16986)
6 years ago
Yibing Liu d6d33fd748
Add update method for ema (#17812)
6 years ago
Zeng Jinle 3a6ead24ad
Add no_grad decorator to dygraph (#17790)
6 years ago
lujun ed9d603a8a
fix api doc: Optimizer.ModelAverage (#17395)
6 years ago
Hongyu Liu 9f85f21880
Add new gard clip [old gradient clip not support in dy graph] (#17523)
6 years ago
wopeizl 058f1f1e1b
fix the api example for create_global_var, create_parameter, SGDOptim… (#17371)
6 years ago
Yibing Liu 4f4f0993c1
Bias correction for exponential moving average (#17677)
6 years ago
Zeng Jinle 887a39f050
Fix dygraph unique name bug (#17592)
7 years ago
Hongyu Liu e53119f5b1
Fix decayed adagrad example (#17390)
7 years ago
Yibing Liu 6e11f97708
Add exponential moving average (#17562)
7 years ago
Qiao Longfei 58f7695ab2
Async exe support communicator (#17386)
7 years ago
Yibing Liu f9796b1249
Add LAMB Optimizer support (#17489)
7 years ago
Zeng Jinle 65dd7ec2d6
add clear ops in dygraph optimizers,test=develop (#17484)
7 years ago
Jiabin Yang 15453d05a8
test=develop, fix AdgradOptimizer example code (#17401)
7 years ago
chengduo d915a04907
Add examples for AdamaxOptimizer (#17381)
7 years ago
gongweibao 91784f8ec3
Fix code in document. (#17237)
7 years ago
gongweibao cbdb8a17b1
Polish DGC code (#16818)
7 years ago
minqiyang 08a7cdee11 Polish code
7 years ago
minqiyang 20ead9e659 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_fix_growing_dict
7 years ago
lujun 9bd44b94da
Merge pull request #16561 from junjun315/move-api-to-root
7 years ago
gongweibao 95410652e8
Fix dgc spelling mistakes. (#16733)
7 years ago
minqiyang 9434f9a6f9 Fix auto growth bug of optimizer in dygraph mode
7 years ago
lujun 92c8ac8a74 merge conflict, test=develop
7 years ago
gongweibao 8b793d0efd
Fix DGC bug. (#16697)
7 years ago
lujun 01f4f2d7e4 merge confict, test=develop
7 years ago
gongweibao 0342f01249
Fix dgc bug. (#16602)
7 years ago
Qiyang Min d8d73ff3db
Merge pull request #15584 from velconia/imperative_lr_scheduler
7 years ago
chengduo bb80dae7d0
Add DecoupledWeightDecay (#16427)
7 years ago
minqiyang 34426e761e Polish code
7 years ago
minqiyang 3e57981294 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
minqiyang 48f3cbdf55 Polish code
7 years ago
minqiyang 35c89f38c3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_lr_scheduler
7 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
7 years ago
minqiyang 99128a5c72 Implement Cosine and Noam Decay
7 years ago
Xin Pan f8c279b11c
Merge pull request #16454 from panyx0718/imperative2
7 years ago