次の方法で共有


ImageModelSettings.WeightDecay プロパティ

定義

オプティマイザーが 'sgd'、'adam'、または 'adamw' の場合の重みの減衰の値。 範囲 [0, 1] の float である必要があります。

public float? WeightDecay { get; set; }
member this.WeightDecay : Nullable<single> with get, set
Public Property WeightDecay As Nullable(Of Single)

プロパティ値

適用対象