你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ImageModelSettings.WeightDecay 属性

定义

优化器为“sgd”、“adam”或“adamw”时的权重衰减值。 必须是范围[0, 1] 中的浮点数。

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

属性值

适用于