case classEpochSchedule(regimes: Array[Regime]) extends LearningRateSchedule with Product with Serializable
EpochSchedule is a learning rate schedule which configure the learning
rate according to some pre-defined Regime. If the running epoch is within
the interval of a regime r [r.startEpoch, r.endEpoch], then the learning
rate will take the "learningRate" in r.config.
EpochSchedule is a learning rate schedule which configure the learning rate according to some pre-defined Regime. If the running epoch is within the interval of a regime
r
[r.startEpoch, r.endEpoch], then the learning rate will take the "learningRate" in r.config.an array of pre-defined Regime.