Sdílet prostřednictvím


ImageModelDistributionSettings.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.

public string LayersToFreeze { get; set; }
member this.LayersToFreeze : string with get, set
Public Property LayersToFreeze As String

Property Value

Applies to