1 write to Index
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
858metrics.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}"; 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,