ExponentialLRDecay.Staircase Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If Staircase is True the learning rate decays at discrete intervals and the decayed learning rate follows a staircase function.
public bool Staircase;
val mutable Staircase : bool
Public Staircase As Boolean