BigGAN-PyTorch icon indicating copy to clipboard operation
BigGAN-PyTorch copied to clipboard

The author's officially unofficial PyTorch BigGAN implementation.

Results 49 BigGAN-PyTorch issues
Sort by recently updated
recently updated
newest added

Can I find the pre-trained model of discriminator in BigaGAN?

Hi, I want to fine tune BigGAN on my own dataset which has 10 classes. I have modified num_classess and made sure that the checkpoint can be loaded into the...

Hi, when I read the code in layers.py, I found that in L322, the input is x and self.normstyle, but there is no self.normstyle in the previous definition. Should it...

Hello guys, I want to know how much memory I should have in the sampling stage.

我长期研究和改进GAN,如果对GAN或者深度学习感兴趣的可以联系我,联系方式,wechat: lovedaixiaobaby

I kept getting an Out of Memory Error (RAM) when preparing the dataset on ImageNet 128x128 with 32 GB of RAM. Since the Pool and Labels are currently unused, I...

Hello, I am trying to adapt the code to run 96x96 inputs, more specifically the BigGAN.py script, by adding `arch[96]` into the functions `def G_arch` and `def D_arch`. However, I...