Created by: zhouwei25
PR types
New features
PR changes
APIs
Describe
Reconstruct all API related to lr scheduler, A total of 12 kinds of class _LRScheduler
:
-
Unify dygraph to manual update learning rate by
.step()
function. User should update learning rate manually bystep()
. -
Unify static with dygraph. User should update learning rate manually by
step()
afterexecutor.run()
, everyexecutor.run()
will feed the python float value oflr_scheduler
into globallearning_rate
variable.
中文文档
https://github.com/PaddlePaddle/FluidDoc/pull/2459