com.intel.analytics.bigdl.optim.SGD
A learning rate decay policy, where the effective learning rate is calculated as base_lr * gamma ^ (floor(iter / stepSize))
^ (floor(iter / stepSize))
(floor(iter / stepSize))
the inteval for lr decay
coefficient of decay, refer to calculation formula
update learning rate by config table and state table
init optiMethod.
A learning rate decay policy, where the effective learning rate is calculated as base_lr * gamma
^
(floor(iter / stepSize))
the inteval for lr decay
coefficient of decay, refer to calculation formula