共用方式為


LsrDecay 建構函式

定義

多載

LsrDecay(Single)

線性尺規規則和 LR 衰減調整器會指派預設的 LR 排程器。

LsrDecay(IReadOnlyList<LsrDecay.LearningRateSchedulerItem>, Single)

線性尺規規則和 LR 衰減調整器會指派使用者定義的 LR 排程器。

LsrDecay(Single)

線性尺規規則和 LR 衰減調整器會指派預設的 LR 排程器。

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)

參數

baseLearningRate
Single

適用於

LsrDecay(IReadOnlyList<LsrDecay.LearningRateSchedulerItem>, Single)

線性尺規規則和 LR 衰減調整器會指派使用者定義的 LR 排程器。

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)

參數

baseLearningRate
Single

適用於