PyTorch-StudioGAN
PyTorch-StudioGAN copied to clipboard
StudioGAN is a Pytorch library providing implementations of representative Generative Adversarial Networks (GANs) for conditional/unconditional image generation.
Hi, thank you for the amazing repo. Would it be feasible to add a BigGan trained on ImageNet with the method proposed in: https://arxiv.org/abs/1907.02544 The GAN comes with an extra...
I'm training a BigGAN with differential augmentation and LeCam optimization on a custom dataset. My setup features 4 NVIDIA RTX 3070 and I'm running on Ubuntu 20.04. I observe that...
Segmentation fault (core dumped) why do I get this error?
Hello, I can't find the source code for contraGan, how can I find it?
hello, i can not find the code of ContraGAN, are these codes open source?
Hi @mingukkang, POSTECH-CVLab team, I'm encountering a `PermissionError` while trying to run the following command on a **Windows machine** with `PyTorch 2.1.0` and a single NVIDIA GPU. ```bash python src/main.py...
Hello, I am trying to reproduce some results on the proposed variants of ImageNet (Baby-). The link does not seem to work at the moment. Could you reupload the corresponding...
Could you help with this please? I'm trying to run a DCGAN model form the StudioGAN repo and using the checkpoint at Hugging face. No matter what I try it...
Hi, I hope your day is going well. I would to ask whether or not it is possible to train a cGAN on MNIST using the StudioGAN framework. I have...
Hello StudioGAN creators, Thank you so much for this wonderful repository! I wanted to let you know that in src/metrics/preparation.py line 34, 'ResNet_torch' needs to be changed to 'ResNet50_torch' for...