ImageModelSettings.EarlyStoppingPatience Property

Definition

Minimum number of epochs or validation evaluations with no primary metric improvement before the run is stopped. Must be a positive integer.

public int? EarlyStoppingPatience { get; set; }
member this.EarlyStoppingPatience : Nullable<int> with get, set
Public Property EarlyStoppingPatience As Nullable(Of Integer)

Property Value

Applies to