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

ckpt problems #22

Open
tom99763 opened this issue Aug 19, 2020 · 1 comment
Open

ckpt problems #22

tom99763 opened this issue Aug 19, 2020 · 1 comment

Comments

@tom99763
Copy link

tom99763 commented Aug 19, 2020

''
There is no la_muse.ckpt
Tensorflow r0.12 requires 3 files related to *.ckpt
If you want to restore any models generated from old tensorflow versions, this assert might be ignored
''
i use ''la_muse.ckpt" to test the code but the error shows above,does anyone know how to solve it?

@BangYoon
Copy link

If the checkpoint filename is model.ckpt-1000.data-00000-of-00001
then you should only use model.ckpt-1000

For example,
python run_test.py --content img/test.jpg --style_model model/model.ckpt-1000 --output result.jpg

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