Open DineshRajanT opened 5 years ago
Can you provide more information regarding the problem?
I can't load my checkpoints even though the directory I mentioned was correct....@Atin17
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'.
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!!