- A GAN with linear layers only.
- A GAN with linear layers and batch normalization
- A GAN with 2D CNN layers and 2D Batch Normalization
- A GAN with 2D CNN layers and Spectral Normalization
All models have been trained for the same number of epochs (50) to compare the differences between the four techniques.
Vanilla GAN | GAN and BN | DCGAN | DCGAN+Spetral Norm. |
---|---|---|---|