Undo changes in ImageClassifier

This commit is contained in:
nums11 2022-02-18 14:47:01 -08:00
Родитель 83e305c85e
Коммит 3ddcc737bc
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -242,8 +242,6 @@ namespace WinMLSamplesGallery.Samples
if (model != CurrentModel)
{
var modelPath = _modelDictionary[model];
System.Diagnostics.Debug.WriteLine("Model Path");
System.Diagnostics.Debug.WriteLine(modelPath);
var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
_inferenceSession = CreateLearningModelSession(inferenceModel);