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 83e305c commit 3ddcc73Copy full SHA for 3ddcc73
Samples/WinMLSamplesGallery/WinMLSamplesGallery/Samples/ImageClassifier/ImageClassifier.xaml.cs
@@ -242,8 +242,6 @@ private void InitializeWindowsMachineLearning()
242
if (model != CurrentModel)
243
{
244
var modelPath = _modelDictionary[model];
245
- System.Diagnostics.Debug.WriteLine("Model Path");
246
- System.Diagnostics.Debug.WriteLine(modelPath);
247
248
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
249
_inferenceSession = CreateLearningModelSession(inferenceModel);
0 commit comments