ImageClassificationTrainer.EarlyStopping.CheckIncreasing 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.
Whether the monitored quantity is to be increasing (eg. Accuracy, CheckIncreasing = true) or decreasing (eg. Loss, CheckIncreasing = false).
public bool CheckIncreasing { get; set; }
member this.CheckIncreasing : bool with get, set
Public Property CheckIncreasing As Boolean