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
# Before running the following code, please first download the pre-trained ProgressiveGAN model on CelebA-HQ dataset, and then place it under the folder ".models/pretrain/".
I need to download the pre_train models first, according to the path in code, 'tf_model_path': MODEL_DIR + '/karras2018iclr-celebahq-1024x1024.pkl', 'model_path': MODEL_DIR + '/pggan_celebahq.pth',
The two models are pggan_celebahq.pth and karras2018iclr-celebahq-1024x1024.pkl.
However, I have already find karras2018iclr-celebahq-1024x1024.pkl, but I have no idea about where to find the pggan_celebahq.pth.
I would appreciate it if you could provide me with a way to download ppgan_ celebahq.pth.
Thank you very much for your time!
Best regards!
The text was updated successfully, but these errors were encountered:
Dear Sir or Madam,
According to your tips in "how to use"
# Before running the following code, please first download the pre-trained ProgressiveGAN model on CelebA-HQ dataset, and then place it under the folder ".models/pretrain/".
I need to download the pre_train models first, according to the path in code,
'tf_model_path': MODEL_DIR + '/karras2018iclr-celebahq-1024x1024.pkl', 'model_path': MODEL_DIR + '/pggan_celebahq.pth',
The two models are pggan_celebahq.pth and karras2018iclr-celebahq-1024x1024.pkl.
However, I have already find karras2018iclr-celebahq-1024x1024.pkl, but I have no idea about where to find the pggan_celebahq.pth.
I would appreciate it if you could provide me with a way to download ppgan_ celebahq.pth.
Thank you very much for your time!
Best regards!
The text was updated successfully, but these errors were encountered: