ajbrock / BigGAN-PyTorch

The author's officially unofficial PyTorch BigGAN implementation.
MIT License
2.86k stars 475 forks source link

Add arch[512] in discriminator and fix arch[256] #69

Open murbard opened 4 years ago

murbard commented 4 years ago

Add arch for 256x256 images in discriminator and fix off-by one in arch[256] attention parameter. Taken from https://github.com/ajbrock/BigGAN-PyTorch/issues/40