Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about saver #2

Open
zsz02 opened this issue Feb 25, 2018 · 1 comment
Open

about saver #2

zsz02 opened this issue Feb 25, 2018 · 1 comment

Comments

@zsz02
Copy link

zsz02 commented Feb 25, 2018

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 !!!

@TropComplique
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants