1 write to _resourcePath
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
537_resourcePath = Path.Combine(((IHostEnvironmentInternal)env).TempFilePath, "MLNET");
5 references to _resourcePath
Microsoft.ML.Vision (5)
ImageClassificationTrainer.cs (5)
545if (!Directory.Exists(_resourcePath)) 547Directory.CreateDirectory(_resourcePath); 1165var evalGraph = LoadMetaGraph(Path.Combine(_resourcePath, ModelFileName[_options.Arch])); 1329var modelFilePath = Path.Combine(_resourcePath, modelFileName); 1331DownloadIfNeeded(env, @"meta\" + modelFileName, _resourcePath, modelFileName, timeout);