I found Turing GAN a way to train GANs quickly! This excited me to write my own versions in PyTorch refering the original Keras code.
So, following are my experiments' resulting image data.
- For all the experiments the images shown below are sampled after 100K iterations of training the Turing GAN on various datasets.
- All the experiments used spectral normalization for 1-Lipschitz contraint enforcement.
- I trained all of the Turing GANs with both Jensen-Shannon and Wasserstein divergences.
- Training Generative Adversarial Networks Via Turing Test [arXiv]
- Original T-GANs implementation
- Spectral Normalization for Generative Adversarial Networks [arXiv]
- Spectral Normalization implementation in PyTorch