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