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


ImageClassificationTrainer.BottleneckMetrics Class

Definition

Metrics for image featurization values. The input image is passed through the network and features are extracted from second or last layer to train a custom full connected layer that serves as classifier.

public sealed class ImageClassificationTrainer.BottleneckMetrics
type ImageClassificationTrainer.BottleneckMetrics = class
Public NotInheritable Class ImageClassificationTrainer.BottleneckMetrics
Inheritance
ImageClassificationTrainer.BottleneckMetrics

Constructors

ImageClassificationTrainer.BottleneckMetrics()

Properties

DatasetUsed

Indicates the dataset on which metrics are being reported. ImageClassificationTrainer.ImageClassificationMetrics.Dataset

Index

Index of the input image.

Methods

ToString()

String representation of the metrics.

Applies to