ImageClassificationTrainer.EarlyStopping.Patience 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.
Number of epochs to wait after no improvement is seen consecutively before stopping the training.
public int Patience { get; set; }
member this.Patience : int with get, set
Public Property Patience As Integer