1 write to Staircase
Microsoft.ML.StandardTrainers (1)
Optimizer\LearningRateScheduler.cs (1)
183Staircase = staircase;
1 reference to Staircase
Microsoft.ML.StandardTrainers (1)
Optimizer\LearningRateScheduler.cs (1)
195decayPower = Staircase ? (float)Math.Floor(decayPower) : decayPower;