1 write to _checkpointPath
Microsoft.ML.Vision (1)
ImageClassificationTrainer.cs (1)
570_checkpointPath = Path.Combine(_options.WorkspacePath, _options.FinalModelPrefix +
5 references to _checkpointPath
Microsoft.ML.Vision (5)
ImageClassificationTrainer.cs (5)
974trainSaver.save(_session, _checkpointPath); 1068trainSaver.save(_session, _checkpointPath); 1173tf.train.Saver().restore(evalSess, _checkpointPath); 1211string frozenModelPath = _checkpointPath + ".pb"; 1212File.WriteAllBytes(_checkpointPath + ".pb", outputGraphDef.ToByteArray());