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. #29

Open
DineshRajanT opened this issue Dec 7, 2018 · 3 comments
Open

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

DineshRajanT opened this issue Dec 7, 2018 · 3 comments

Comments

@DineshRajanT
Copy link

raise ValueError("Can't load save_path when it is None.")
ValueError: Can't load save_path when it is None.

pls somebody help me out to solve this issue!!

@Atin17
Copy link

Atin17 commented Jan 5, 2019

Can you provide more information regarding the problem?

@DineshRajanT
Copy link
Author

DineshRajanT commented Jan 6, 2019

I can't load my checkpoints even though the directory I mentioned was correct....@Atin17

@Atin17
Copy link

Atin17 commented Jan 6, 2019

When running the reduce_model.py. Put the face2face model folder generated by pix2pix in the face2face-demo-master (in which your file for loading the model is present i.e. reduce_model.py) and then run the command 'python reduce_model.py --model-input face2face-model --model-output face2face-reduced-model'.
If you're having trouble again try putting the checkpoints and other saved model files in the same directory as in reduce_model.py and try running 'python reduce_model.py --model-input ./ --model-output face2face-reduced-model'.

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