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