1 write to Index
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
842metrics.Bottleneck.Index++;
4 references to Index
Microsoft.ML.Vision (4)
ImageClassificationTrainer.cs (4)
202public override string ToString() => $"Phase: Bottleneck Computation, Dataset used: {DatasetUsed.ToString(),10}, Image Index: {Index,3}"; 847featurizedImages = featurizedImages.OrderBy(x => Host.Rand.Next(0, metrics.Bottleneck.Index)).ToList(); 854validationSetCount = (int)(metrics.Bottleneck.Index * validationFraction); 860CreateFeaturizedCacheFile(cacheFilePath, metrics.Bottleneck.Index - validationSetCount, featureLength,