This GAN was made to generate a cool profile photo.
- Docker
- Nvidia-Docker
- Cuda GPU
- Clone this repository
$ cd Cool-GAN
$ ./build.sh
$ ./run.sh
$ cd Cool-GAN
$ python plotting.py --model_path models/faces/generator_model_100.h5
- Enjoy your Cool GAN faces :)
- Once inside the Docker container
$ python mnist-gan.py # to train mnist GAN
OR
$ python face-gan.py # to train celebrity faces GAN
- Refer to pre-trained models usage instructions to test your trained gan