You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!
The text was updated successfully, but these errors were encountered: