Undo changes in ImageClassifier
This commit is contained in:
Родитель
83e305c85e
Коммит
3ddcc737bc
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче