ajbrock / BigGAN-PyTorch

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

Fix BigGAN-Deep generator; Support 512x512 generator #72

Open shawwn opened 3 years ago

shawwn commented 3 years ago

The BigGAN-Deep generator in BigGANdeep.py deviates from the official biggan-deep-512 tfhub module in several important ways. After reverse engineering the Tensorflow graph, the following fixes were ascertained:

Additionally, this PR implements the following non-crucial changes. These can be dropped from the PR if you'd prefer: