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

tensorflow.python.framework.errors_impl.InvalidArgumentError: Unsuccessful TensorSliceReader constructor: Failed to get matching files on ./model/train_model.ckpt-36: Not found: ./model #3

Open
AndyShen105 opened this issue Sep 17, 2017 · 0 comments

Comments

@AndyShen105
Copy link

I find there are some people also has this problem. And most of them resolved this problem by add "./" before the path of logdir. But, it doesn't work for me. And the version of tensorflow in my computer is 1.3.0 .
Maybe there is someone who can help me solve this problem.Thanks!

sv = tf.train.Supervisor(is_chief=is_chief,
saver=saver,
global_step=global_step,
init_op=init_op,
logdir="./model", #this is the checkpoint_dir
checkpoint_basename="train_model.ckpt",
save_model_secs=10,
save_summaries_secs=10)
tf.train.Supervisor helps us save and restore model automatically, but it doesn't work.

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

1 participant