We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ddcc73 commit 8979e1bCopy full SHA for 8979e1b
Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs
@@ -242,7 +242,6 @@ private void InitializeWindowsMachineLearning()
242
if (model != CurrentModel)
243
{
244
var modelPath = _modelDictionary[model];
245
-
246
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
247
_inferenceSession = CreateLearningModelSession(inferenceModel);
248
0 commit comments