Megosztás a következőn keresztül:


ImageClassificationTrainer.TrainMetrics Class

Definition

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.

Applies to