Class DecayLearningRate
- Namespace
- NeuralNetworks.LearningRates
- Assembly
- NeuralNetworks.dll
public abstract class DecayLearningRate : LearningRate
- Inheritance
-
DecayLearningRate
- Derived
- Inherited Members
Constructors
DecayLearningRate(float, int)
protected DecayLearningRate(float initialLearningRate, int warmupSteps = 0)
Parameters
Properties
CurrentLearningRate
protected float CurrentLearningRate { get; set; }
Property Value
WarmupSteps
public int WarmupSteps { get; init; }
Property Value
Methods
GetLearningRate()
public override float GetLearningRate()