Share via


IImageModelDistributionSettings.WarmupCosineLrWarmupEpoch Property

Definition

Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="warmupCosineLRWarmupEpochs")]
public string WarmupCosineLrWarmupEpoch { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Value of warmup epochs when learning rate scheduler is 'warmup_cosine'. Must be a positive integer.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="warmupCosineLRWarmupEpochs")>]
member this.WarmupCosineLrWarmupEpoch : string with get, set
Public Property WarmupCosineLrWarmupEpoch As String

Property Value

Attributes

Applies to