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
The script style_transfer_folder.py requires more GPU memory than generate_image_pairs.py because it loads another model (PSPEncoder). Perhaps you need another GPU with more memory to run style_transfer_folder.py
You can also split style_transfer_folder.py into two steps:
Step 1: calculate sample_in with psp_encoder and save sample_in into a .npy file.
Step 2: generate img_out_ten from sample_in with the model g_ema to get the final result.
The readme contains information how to run the python scripts and the notebook.
I ran the scripts on a laptop with 4GB GPU size.
But:
Thanks in advance for a short feedback.
The text was updated successfully, but these errors were encountered: