single-shot-detector icon indicating copy to clipboard operation
single-shot-detector copied to clipboard

about saver

Open zsz02 opened this issue 8 years ago • 1 comments

hi, I want to set ckpt file name as model.ckpt-000201.data-*

saver = tf.train.Saver(max_to_keep=1000, pad_step_number=True) pad_step_number=True is the setting.

how to set saver in estimator.train() ??? help !!!

zsz02 avatar Feb 25 '18 14:02 zsz02

For model saving, tf.estimator uses export_savedmodel.
Please see the documentation.

TropComplique avatar Feb 25 '18 21:02 TropComplique