1 write to Bottleneck
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
840metrics.Bottleneck = new BottleneckMetrics();
6 references to Bottleneck
Microsoft.ML.Vision (6)
ImageClassificationTrainer.cs (6)
340public override string ToString() => Train != null ? Train.ToString() : Bottleneck.ToString(); 841metrics.Bottleneck.DatasetUsed = dataset; 858metrics.Bottleneck.Index++; 863featurizedImages = featurizedImages.OrderBy(x => Host.Rand.Next(0, metrics.Bottleneck.Index)).ToList(); 870validationSetCount = (int)(metrics.Bottleneck.Index * validationFraction); 876CreateFeaturizedCacheFile(cacheFilePath, metrics.Bottleneck.Index - validationSetCount, featureLength,