IImageObjectDetectionBase.ModelSettingLearningRateScheduler Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LearningRateScheduler) }, ReadOnly=false, Required=false, SerializedName="learningRateScheduler")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LearningRateScheduler? ModelSettingLearningRateScheduler { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Type of learning rate scheduler. Must be 'warmup_cosine' or 'step'.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LearningRateScheduler) }, ReadOnly=false, Required=false, SerializedName="learningRateScheduler")>]
member this.ModelSettingLearningRateScheduler : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.LearningRateScheduler> with get, set
Public Property ModelSettingLearningRateScheduler As Nullable(Of LearningRateScheduler)
Property Value
- Attributes