IImageModelSettings.AmsGradient Property

Definition

Enable AMSGrad when optimizer is 'adam' or 'adamw'.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable AMSGrad when optimizer is 'adam' or 'adamw'.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="amsGradient")]
public bool? AmsGradient { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Enable AMSGrad when optimizer is 'adam' or 'adamw'.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="amsGradient")>]
member this.AmsGradient : Nullable<bool> with get, set
Public Property AmsGradient As Nullable(Of Boolean)

Property Value

Attributes

Applies to