Commit Graph

198 Commits (269db0d1d16c0079a0f7039a5717b27e2c139af6)

Author SHA1 Message Date
hong 00c0139e6e add learning rate api of optimizer (#22080)
5 years ago
zhongpu b1c081f4c7 polish Optimizer's API description, test=develop (#22314)
5 years ago
Aurelius84 60a6d68fb9
remove _optimized_guard in dygrahpe_mode (#22143)
5 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
5 years ago
zhongpu d0f0a2520c test Optimizer in dygraph (#21949)
5 years ago
zhongpu 7d10edc5ee add clear_gradients for Optimizer and add clear_gradients api description (#21948)
5 years ago
Leo Chen 51cb918a05 update layers used in transformer dygraph model, test=develop (#22051)
5 years ago
Yibing Liu 434f7b9c0f
Fix the global_step & continuous applying error in EMA (#22090)
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
Aurelius84 6b4c33ee30
fix decay param in DecayAdagrad test=develop (#22026)
5 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
5 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
5 years ago
Aurelius84 51a86d2b6b Optimize adam speed (#21777)
5 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
tangwei12 934d99867a
add selected rows supported in framework (#21808)
5 years ago
hutuxian c5aec2fe68
Paddlebox Related to Framework (#21586)
5 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
5 years ago
WangXi 768f9242e9 Fix dgc clip & rampup step, test=develop (#21491)
5 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
5 years ago
Aurelius84 4bf115b42d
Fix AdamOptimizer and Scale sample code Bug (#21478)
5 years ago
Zeng Jinle 87ab93af01
fix adam fp64, test=develop (#21423)
5 years ago
Kaipeng Deng ebfb720a63
add Adam beta1/beta2 support Variable (#21234)
5 years ago
WangXi 8ac7687e36 Fix dgc accuracy by mv regularization to local (#21278)
5 years ago
WangXi de5d3ff688 Fix dgc buffer illegal & reuse velocity (#21012)
5 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
5 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
5 years ago
wopeizl 6b612a2807
optimize the english description for APIs test=develop test=document_fix (#20286)
5 years ago
Yibing Liu 899ab30df0
Fix several api docs (#20282)
5 years ago
Zeng Jinle 7fb958b2e1
replace data layers, test=develop, test=document_fix (#20368)
5 years ago
hong fa43e80e19 New save load interface (#20148)
5 years ago
Chen Weihang 98acfe97ec
Polish English APIs' doc of several Optimizers (#20166)
5 years ago
Zeng Jinle 02c6edc0d5
refine optimizer name doc, test=develop, test=document_fix (#20074)
5 years ago
Zeng Jinle 20f0878f70
Fix en docs of apis (#20050)
5 years ago
WangXi 8d92b36d51 Refine document of DGCMomentumOptimizer (#19960)
5 years ago
mapingshuo d62360fe5f
fix doc of apply_optimize (#19965)
5 years ago
Zeng Jinle 4a5ce4feb1
Add AdadeltaOptimizer doc (#19875)
5 years ago
jhjiangcs 766bd529d1 add optimizer:dpsgd,test=develop (#19915)
5 years ago
mapingshuo 9901f69677
Forward recompute3 (#19913)
5 years ago
chengduo ae31faaa87
refine optimier function (#19886)
5 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