IImageObjectDetectionBase.ModelSettingWarmupCosineLrCycle Property

Definition

Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1].

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="warmupCosineLRCycles", Update=true)]
public float? ModelSettingWarmupCosineLrCycle { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Value of cosine cycle when learning rate scheduler is 'warmup_cosine'. Must be a float in the range [0, 1].", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=false, Required=false, SerializedName="warmupCosineLRCycles", Update=true)>]
member this.ModelSettingWarmupCosineLrCycle : Nullable<single> with get, set
Public Property ModelSettingWarmupCosineLrCycle As Nullable(Of Single)

Property Value

Attributes

Applies to