Share via


IImageModelDistributionSettings.LayersToFreeze Property

Definition

Number of layers to freeze for the model. Must be a positive integer. For instance, passing 2 as value for 'seresnext' means freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of layers to freeze for the model. Must be a positive integer.\r\n        For instance, passing 2 as value for 'seresnext' means\r\n        freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\n        see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="layersToFreeze")]
public string LayersToFreeze { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Number of layers to freeze for the model. Must be a positive integer.\r\n        For instance, passing 2 as value for 'seresnext' means\r\n        freezing layer0 and layer1. For a full list of models supported and details on layer freeze, please\r\n        see: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-auto-train-image-models.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="layersToFreeze")>]
member this.LayersToFreeze : string with get, set
Public Property LayersToFreeze As String

Property Value

Attributes

Applies to