Sdílet prostřednictvím


ImageModelSettings.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 int? LayersToFreeze { get; set; }
member this.LayersToFreeze : Nullable<int> with get, set
Public Property LayersToFreeze As Nullable(Of Integer)

Property Value

Applies to