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

ValueError: Can't load save_path when it is None. #37

Open
wangxin1233 opened this issue Dec 26, 2018 · 2 comments
Open

ValueError: Can't load save_path when it is None. #37

wangxin1233 opened this issue Dec 26, 2018 · 2 comments

Comments

@wangxin1233
Copy link

hello!
when I run the code :python test.py --alpha=./test_data/alpha/1.png --rgb=./test_data/RGB/1.png
always appear the follow error:
image
Traceback (most recent call last):
File "test.py", line 47, in
main(parse_arguments(sys.argv[1:]))
File "test.py", line 16, in main
saver.restore(sess,tf.train.latest_checkpoint('./model'))
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/saver.py", line 1557, in restore
raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None.
could you help me how to solve it? thank you!

@VoyagerIII
Copy link

VoyagerIII commented Jan 2, 2019

You haven't download the pre-trained model. And the pre-trained model can't be reached anymore. so sad.

@wuzb19951013
Copy link

oh, bad news

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

3 participants