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

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

@ -242,7 +242,6 @@ namespace WinMLSamplesGallery.Samples
if (model != CurrentModel) if (model != CurrentModel)
{ {
var modelPath = _modelDictionary[model]; var modelPath = _modelDictionary[model];
var inferenceModel = LearningModel.LoadFromFilePath(modelPath); var inferenceModel = LearningModel.LoadFromFilePath(modelPath);
_inferenceSession = CreateLearningModelSession(inferenceModel); _inferenceSession = CreateLearningModelSession(inferenceModel);