ImageClassificationTrainer.TrainMetrics Class
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.
DNN training metrics.
public sealed class ImageClassificationTrainer.TrainMetrics
type ImageClassificationTrainer.TrainMetrics = class
Public NotInheritable Class ImageClassificationTrainer.TrainMetrics
- Inheritance
-
ImageClassificationTrainer.TrainMetrics
Constructors
ImageClassificationTrainer.TrainMetrics() |
Properties
Accuracy |
Accuracy of the batch on this Epoch. Higher the better. |
BatchProcessedCount |
The number of batches processed in an epoch. |
CrossEntropy |
Cross-Entropy (loss) of the batch on this Epoch. Lower the better. |
DatasetUsed |
Indicates the dataset on which metrics are being reported. ImageClassificationTrainer.ImageClassificationMetrics.Dataset |
Epoch |
The training epoch index for which this metric is reported. |
LearningRate |
Learning Rate used for this Epoch. Changes for learning rate scheduling. |
Methods
ToString() |
String representation of the metrics. |