IImageClassificationBase.ModelSettingAmsGradient Property

Definition

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

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

Property Value

Attributes

Applies to