PolynomialLRDecay(Single, Single, Single, Single, Boolean) Constructor
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.
public PolynomialLRDecay (float learningRate = 0.01, float numEpochsPerDecay = 2, float endLearningRate = 0.0001, float power = 1, bool cycle = false);
new Microsoft.ML.Trainers.PolynomialLRDecay : single * single * single * single * bool -> Microsoft.ML.Trainers.PolynomialLRDecay
Public Sub New (Optional learningRate As Single = 0.01, Optional numEpochsPerDecay As Single = 2, Optional endLearningRate As Single = 0.0001, Optional power As Single = 1, Optional cycle As Boolean = false)
Parameters
- learningRate
- Single
- numEpochsPerDecay
- Single
- endLearningRate
- Single
- power
- Single
- cycle
- Boolean