2 instantiations of InMemoryImageData
Microsoft.ML.Samples (2)
Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (2)
165InMemoryImageData imageToPredict = new InMemoryImageData 260yield return new InMemoryImageData()
4 references to InMemoryImageData
Microsoft.ML.Samples (4)
Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (4)
157.CreatePredictionEngine<InMemoryImageData, 161IEnumerable<InMemoryImageData> testImages = 165InMemoryImageData imageToPredict = new InMemoryImageData 232public static IEnumerable<InMemoryImageData>