Delen via


IImageModelDistributionSettings.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.String) }, ReadOnly=false, Required=false, SerializedName="amsGradient")]
public string 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.String) }, ReadOnly=false, Required=false, SerializedName="amsGradient")>]
member this.AmsGradient : string with get, set
Public Property AmsGradient As String

Property Value

Attributes

Applies to