Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

cannot load .ckpt file #23

Open
xashru opened this issue Jan 25, 2017 · 3 comments
Open

cannot load .ckpt file #23

xashru opened this issue Jan 25, 2017 · 3 comments

Comments

@xashru
Copy link

xashru commented Jan 25, 2017

I have been trying to run your forward.py code. But I get the following error message
W tensorflow/core/framework/op_kernel.cc:975] Not found: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ResNet-L50.ckpt in

"forward.py", line 11, in <module> new_saver.restore(sess, checkpoint_fn(layers))

How can I solve this issue? I am using tensorflow .10 with python 2.7

@raymondchua
Copy link

Do you have this checkpoint file?

@xashru
Copy link
Author

xashru commented Jan 29, 2017

its fixed. I had to use './ResNet-L%d.ckpt' instead of 'ResNet-L%d.ckpt' in meta_fn(layers): function.

@ppwwyyxx
Copy link

This is tensorflow/tensorflow#6893.

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

No branches or pull requests

3 participants