Repository files navigation
git clone + repo URL
cd to repo
pip install -r requirement.txt if packages are not yet installed
Train model: python train.py downloads 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
Udacity - Helper functions - Repo
Jorge Ceja - Model implementations - Account
BEGAN: Boundary Equilibrium Generative Adversarial Networks - arXiv
Improved Training of Wasserstein GANs - arXiv
Improved Techniques for Training GANs - arXiv
You can’t perform that action at this time.