- CelebA Dataset
- Tensoflow
- Matplotlib
- Numpy
git clone+ repo URL- cd to repo
pip install -r requirement.txtif packages are not yet installed- Train model:
python train.pydownloads dataset if not present and trains the model
- Add skip connections Decoder
- Implement latent space interpolation
- Test GAN improvement techniques
- Tensoflow - Software library for numerical computation using data flow graphs
- Matplotlib - Python 2D plotting library
- Numpy - package for scientific computing
- Fork it! Star it?
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
