Tensorflow implementation of deep learning pipelines that are based on Generative Adversarial Networks. Now it type of GAN is available such as:
- Vanilla GAN (Mnist)
- Vanilla GAN (Fashion Mnist)
- DCGAN (Planned)
- StyleGAN (Planned)
Pre-trained models To test with an existing model:
$ python3 run.py --exp=PRETRAINED --problem=VANILLA_MNIST
Training models Or you can train by yourself
$ python3 run.py --exp=TRAIN --problem=VANILLA_MNIST
Due to time reasons, the following models have a low number of learning epochs.
Vanilla GAN (MNIST) | Vanilla GAN (FASHION_MNIST) |
---|---|
![]() |
![]() |
Vanilla GAN (MNIST) | Vanilla GAN (FASHION_MNIST) |
---|---|
![]() |
![]() |
...WIP...