pytorch-pretrained-gans
pytorch-pretrained-gans copied to clipboard
Pretrained GANs in PyTorch: StyleGAN2, BigGAN, BigBiGAN, SAGAN, SNGAN, SelfCondGAN, and more
Hi, Thank you for making this repository. I tried setting it up as instructed with the following code, but the code fails to import make_gan pip install git+https://github.com/lukemelas/pytorch-pretrained-gans import torch...
Hi, Thank you for the repo, it is very useful! For my current work, I would like to get also the pre-trained Discriminators from the GAN models that I load....
Hi, Thanks very much for compiling all of these models. I am curious if the encoder for BigBiGAN would be difficult to implement in this repository? Its quite uncommon for...
Hi, According to the architecture of BigBiGAN, there are joint, and unary terms in the discriminator. Can you help me in finding that in your BigBiGAN model arch?
Hi, thank you for this work! At the following line of code, I wonder why the image is getting multiplied by 256 and then clipped to 255, shouldn't it be...