ImageClassificationTrainer.Options.TestOnTrainSet Field
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.
Indicates to evaluate the model on train set after every epoch. Test on trainset is set to true by default.
public bool TestOnTrainSet;
val mutable TestOnTrainSet : bool
Public TestOnTrainSet As Boolean