com.intel.analytics.bigdl.optim.SGD
It is an epoch decay learning rate schedule The learning rate decays through a function argument on number of run epochs
l_{n + 1} = l_{n} * 0.1 ^ decayType(epoch)
^ decayType(epoch)
decayType(epoch)
is a function with number of run epochs as the argument
update learning rate by config table and state table
init optiMethod.
It is an epoch decay learning rate schedule The learning rate decays through a function argument on number of run epochs
l_{n + 1} = l_{n} * 0.1
^
decayType(epoch)
is a function with number of run epochs as the argument