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)
958trainSaver.save(_session, _checkpointPath); 1052trainSaver.save(_session, _checkpointPath); 1157tf.train.Saver().restore(evalSess, _checkpointPath); 1195string frozenModelPath = _checkpointPath + ".pb"; 1196File.WriteAllBytes(_checkpointPath + ".pb", outputGraphDef.ToByteArray());