style-based-gan-pytorch
style-based-gan-pytorch copied to clipboard
Implementation A Style-Based Generator Architecture for Generative Adversarial Networks in PyTorch
How to get W+?
Hi @rosinality, thanks very much for your reimplementation. Could tell me how to get W+ code?
Hello, I have just come into contact with gan, may I ask whether your method can be used to train the vehicle dataset? Looking forward to your reply. Thank you~
Constraining output to a particular size
Is it possible to specify the max size of the output image? I do not want to invest resources to train upto 1024x1024 images and am okay with just going...
I was curious how crucial are MLP layers, so I trained 64p model without them (i.e. comment out this section https://github.com/rosinality/style-based-gan-pytorch/blob/master/model.py#L458-L460) Here is comparison: 320k with mlp layers:  320k...
What is normalize module right after latent z input?
What is normalize module right after latent z input?
Question about progressive growing
> 8/16/32/64/128/256/512/1024 Will results for each pyramid scale will be good? or it only guaranteed that result for highest resolution will be good?
KeyError: 'generator' when continuing from checkpoint
Hey there, first, thank you for your amazing work with this pytorch stylegan, i got it to work quite flawlessly. I trained on a quite small custom dataset on the...
Is it possible to use `img_align_celeba.zip` (1.4Gb) with images of size `178x218` to train model up to 128p? What are general requirements for dataset? should faces be aligned?
Conditional version of stylegan
What is the proper way to add condition to StyleGan? i.e. for example face landmarks. As I udnderstand one option is to encode face landmarks and concat embedding to random...
Pretrained model?
Can you / will you upload any pretrained model to compare results, please?