LsrDecay Constructors
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.
Overloads
LsrDecay(Single) |
Linear Scale rule and LR Decay construtor assigns a default LR scheduler. |
LsrDecay(IReadOnlyList<LsrDecay.LearningRateSchedulerItem>, Single) |
Linear Scale rule and LR Decay construtor assigns a user defined LR scheduler. |
LsrDecay(Single)
Linear Scale rule and LR Decay construtor assigns a default LR scheduler.
public LsrDecay (float baseLearningRate = 0.1);
new Microsoft.ML.Trainers.LsrDecay : single -> Microsoft.ML.Trainers.LsrDecay
Public Sub New (Optional baseLearningRate As Single = 0.1)
Parameters
- baseLearningRate
- Single
Applies to
LsrDecay(IReadOnlyList<LsrDecay.LearningRateSchedulerItem>, Single)
Linear Scale rule and LR Decay construtor assigns a user defined LR scheduler.
public LsrDecay (System.Collections.Generic.IReadOnlyList<Microsoft.ML.Trainers.LsrDecay.LearningRateSchedulerItem> lrschedule, float baseLearningRate = 0.1);
new Microsoft.ML.Trainers.LsrDecay : System.Collections.Generic.IReadOnlyList<Microsoft.ML.Trainers.LsrDecay.LearningRateSchedulerItem> * single -> Microsoft.ML.Trainers.LsrDecay
Public Sub New (lrschedule As IReadOnlyList(Of LsrDecay.LearningRateSchedulerItem), Optional baseLearningRate As Single = 0.1)
Parameters
- lrschedule
- IReadOnlyList<LsrDecay.LearningRateSchedulerItem>
- baseLearningRate
- Single