-
When loading pre-trained network, an error is encountered when loading state_dict for Generator:
```
$ python main.py --mode sample --num_domains 2 --resume_iter 100000 --w_hpf 1 \
…
-
Hello!
Where can i download celeba hq dataset not mask one?
-
I am trying to train StyleGAN on CelebA-HQ-256 dataset. The PyTorch FID decreases continuously as progressive growing reaches 128 resolution (it achieves around FID 19 for 128 resolution). But when it…
-
```
(myenv) misthios@cerebrus:~/Documents/github_projects/stargan-v2$ python main.py --mode sample --num_domains 2 --resume_iter 100000 --w_hpf 1 \
> --checkpoint_dir expr/checkpoints…
-
I want to take this further and implement something similar, what dataset did you use for training this model?
-
First, thanks for the contributions!
I was wondering how to denoise images with specific noise, like gaussian/poisson/speckle ?
In #55 About denoising, I used the code :
`python main.py --ni --…
-
Hi,
I saw the cifar10 checkpoint but can not find the celeba-hq checkpoint link. Could you please kindly release the celeba-hq-256 checkpoint? Thanks a lot.
Best,
Yang
-
Thank you for the extensive experiments and reliable implementations which are hard to find in these days!
I have a few questions on CelebA-HQ 128x128 dataset preprocessing, which was mentioned in …
-
Thanks for open-sourcing the wonderful work.
We would like to build our own work based on Clip2Protect.
The paper writes:
```
We select subset of 1,000 images from CelebA-HQ and report average r…
-
Hi, thank you for this interesting work. I was trying to run this code to learn more details about your paper but encountered the following error.
For CIFAR10 datasets, it warms
`"Traceback (most re…