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

Can't load save_path when it is None. #21

Open
gladamirflint opened this issue Apr 13, 2018 · 2 comments
Open

Can't load save_path when it is None. #21

gladamirflint opened this issue Apr 13, 2018 · 2 comments

Comments

@gladamirflint
Copy link

I'm on the first part of Step 4, when the model is supposed to be reduced. Whenever I try to reduce the model, i get the following errors:
File "reduce_model.py", line 249, in <module> saver.restore(sess, checkpoint) File "C:\Users\gladamirflint\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\training\saver.py", line 1769, in restore raise ValueError("Can't load save_path when it is None.") ValueError: Can't load save_path when it is None.

I've looked for solutions elsewhere but I don't know enough about Tensorflow to understand what the problem is exactly. In the face2face-model folder, there is a file called 'checkpoint', no file extension. There's also three files in particular, model-64000.data-00000-of-00001, model-64000.index, and model-64000.meta that are also in that folder.

Any help with this would be greatly appreciated.

@gaogaooscar
Copy link

I hava the same question,and can not dill it,did you allrealdy solved it?
could you give me some suggestion?

@gladamirflint
Copy link
Author

Unfortunately not, I suspect it’s a version issue but I tried using all programs at the version they were at when this project was originally posted, and I still couldn’t get it to 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

2 participants