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