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)
974
trainSaver.save(_session,
_checkpointPath
);
1068
trainSaver.save(_session,
_checkpointPath
);
1173
tf.train.Saver().restore(evalSess,
_checkpointPath
);
1211
string frozenModelPath =
_checkpointPath
+ ".pb";
1212
File.WriteAllBytes(
_checkpointPath
+ ".pb", outputGraphDef.ToByteArray());