#179 · Primary category: Image Generation

BMSG-GAN

artificial-intelligence computer-vision deep-learning gan image-synthesis msg-gan

[MSG-GAN] Any body can GAN! Highly stable and robust architecture. Requires little to no hyperparameter tuning. Pytorch Implementation

Project last updated:06/17/22

GitHub Stars

626

Forks

103

Contributors

5

License

MIT

Why we included this project

GAN training is famously finicky, and this PyTorch implementation of MSG-GAN tackles the usual instability head-on. Instead of moving gradients from the discriminator to the generator at a single scale, MSG-GAN passes them at several resolutions at once, which keeps training steadier and cuts down on hyperparameter fiddling. That makes it a reasonable place to start for anyone wanting to try multi-scale image synthesis on CIFAR10, Oxford flowers, or CelebA-HQ without nursing a fragile run. The code is compact enough to read through, so it also works as a reference for how multi-scale gradient architectures fit together. One caveat: this is a community implementation, not the official research release, so treat it as a learning tool rather than a production pipeline.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category