- 22 9月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 21 9月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 16 9月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 10 9月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 02 9月, 2020 1 次提交
- 
- 
由 Yang Zhang 提交于
 
- 
- 28 8月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 24 8月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于* Reconstruct all API related to lr scheduler, unify dygraph and static * Reconstruct all API related to lr scheduler, unify dygraph and static * fix doc * fix doc * fix doc of lr_scheduler * fix unittest and english doc * fix english doc * fix confilt * fix doc 
 
- 
- 23 8月, 2020 1 次提交
- 
- 
由 MRXLT 提交于refine Optimizer/Adam/Admax/RMSProp && add Admw * buf fix * update comment * unify arguments place; notest * fix ut, test=develop * bug fix * fix conflicts, test=develop * add examples code * bug fix * fix comments * fix sample code * add sample code for Optimizer * add adamax ut, test=develop * fix rmsprop ut, test=develop * add ut for optimizer.py and adamw.py * remove TestAdamOptimizerBetaVariable * update api && add ut * update doc && fix ut * add ut Co-authored-by: Nmapingshuo <mps2012@yeah.net>
 
- 
- 21 8月, 2020 1 次提交
- 
- 
由 mapingshuo 提交于
 
- 
- 16 8月, 2020 1 次提交
- 
- 
由 Dong Daxiang 提交于test=develop 
 
- 
- 14 8月, 2020 1 次提交
- 
- 
由 Yang Zhang 提交于* Upgrade `no_grad` decorator test=develop - match torch decorator usage (i.e., with parenthesis) - handle generator functions - add `paddle.no_grad` alias * Switch from `functools` to `decorator` preserves signature * Reword decorator usage note 
 
- 
- 11 8月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 07 8月, 2020 1 次提交
- 
- 
由 sandyhouse 提交于
 
- 
- 06 8月, 2020 3 次提交
- 
- 
由 sandyhouse 提交于
- 
由 sandyhouse 提交于
- 
由 sandyhouse 提交于
 
- 
- 05 8月, 2020 1 次提交
- 
- 
由 WangXi 提交于Add dgc to fleet meta optimizer, rm dgc from optimizer all 
 
- 
- 30 7月, 2020 3 次提交
- 
- 
由 mapingshuo 提交于* add gradient Merge optimizer to meta, test=develop 
- 
由 tangwei12 提交于Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) * Integrated Trainer of Parameter Server 
 
- 28 7月, 2020 1 次提交
- 
- 
由 mapingshuo 提交于
 
- 
- 27 7月, 2020 1 次提交
- 
- 
由 mapingshuo 提交于
 
- 
- 24 7月, 2020 1 次提交
- 
- 
由 mapingshuo 提交于
 
- 
- 13 7月, 2020 1 次提交
- 
- 
由 leesusu 提交于
 
- 
- 10 7月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于* fix optimizer.state_dict and LRScheduler.state_dict to save/load dygraph,test=develop * fix optimizer.state_dict and LRScheduler.state_dict to save/load dygraph,test=develop * Add a judgment that state_dict/set_dict is used incorrectly,test=develop * fix some doc error,test=develop * fix current_step_lr for _LearningRateEpochDecay,test=develop * remove some unsed code to improve coverage,test=develop * remove some unsed code to improve coverage,test=develop 
 
- 
- 08 7月, 2020 1 次提交
- 
- 
由 hong 提交于* fix optimizer parameter is a iterator; test=develop * fix parameter list None bug; test=develop * use is not None; test=develop * change list to iterable; test=develop 
 
- 
- 07 7月, 2020 1 次提交
- 
- 
由 lilong12 提交于* add device_worker for pipeline, test=develop 
 
- 
- 04 7月, 2020 1 次提交
- 
- 
由 lilong12 提交于* modify pipeline optimizer, test=develop 
 
- 
- 01 7月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于* add new api: optimizer.set_lr, test=develop * add API doc and example code for optimizer.set_lr,test=develop * add API doc and example code for optimizer.set_lr,test=develop * Modified doc to :api_attr: imperative,test=develop 
 
- 
- 12 6月, 2020 1 次提交
- 
- 
由 lilong12 提交于
 
- 
- 28 5月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于添加loss自适应的学习率衰减策略。 
 
- 
- 14 5月, 2020 1 次提交
- 
- 
由 swtkiwi 提交于
 
- 
- 30 4月, 2020 1 次提交
- 
- 
由 hong 提交于
 
- 
- 18 4月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于
 
- 
- 17 4月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于
 
- 
- 15 4月, 2020 1 次提交
- 
- 
由 mapingshuo 提交于* allow amp and recompute working together 
 
- 
- 09 4月, 2020 1 次提交
- 
- 
由 Zhou Wei 提交于
 
- 
- 07 4月, 2020 2 次提交
- 
- 
由 qingqing01 提交于* Make optimizer consistent in dygraph and static-graph and remove some LOG-INFO 
- 
由 Zhou Wei 提交于梯度裁剪的策略进行了升级,配合修复相应的 裁剪API、minimize、ParamAttr 的API英文文档。 对应API变动的文档: #23224 对应中文文档PR:PaddlePaddle/FluidDoc#1942 
 
- 
- 03 4月, 2020 1 次提交
- 
- 
由 Leo Chen 提交于* prune train program by fetch_list, test=develop * add unittest for prune, test=develop * fix pruned feed, test=develop * support ParallelExecutor and feed prune, test=develop * add comments, test=develop * update unittest, test=develop * update unittests, test=develop * remove debug code, test=develop * support cond in clone, test=develop * support cond in prune, test=develop * support multiple minimize, test=develop * support cache, test=develop * fix _copy_param_info_from, test=develop * support python2 str, test=develop * remove debug code, test=develop * fix bug of caching CompiledProgram, test=develop * fix multi_device issue, test=develop * tmp * support tuple in fetch_list and overriding use_prune, test=develop * dont use nonlocal in python2, test=develop * remove nonlocal, test=develop * code clean, test=develop * code clean, test=develop * feed list, test=develop * test adam, test=develop * follow comments, test=develop * reduce duplicate code, test=develop * update comments, test=develop 
 
- 
