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)
545
if (!Directory.Exists(
_resourcePath
))
547
Directory.CreateDirectory(
_resourcePath
);
1165
var evalGraph = LoadMetaGraph(Path.Combine(
_resourcePath
, ModelFileName[_options.Arch]));
1329
var modelFilePath = Path.Combine(
_resourcePath
, modelFileName);
1331
DownloadIfNeeded(env, @"meta\" + modelFileName,
_resourcePath
, modelFileName, timeout);