Generative models using Deep convolutional Networks.
- CelebA dataset by Jessica Li and team.
- Cropped to square and resized to (160, 160, 3). (Gray scale images can also be used if computation is expensive).
- Stored in a zip file without compromizing the file names.
- Refer preprocess_images.ipynb for more details.
- An up-sampling convolutional network for the Generator.
- A down-sampling convolutional network for the Discriminator.