!! UNDER REVISION !!
A GAN to create basketball shoe designs using TensorFlow 2.0. Head to the Hard in the Paint NBA Podcast to hear discussions regarding the GAN's results
- Data set courtesy of CShorten
- Python 3.7
- Anaconda environment
- TensorFlow 2.1
- make_gif.py - for making a gif of training images
- model.py - for model definitions
- parameters.py - for model and training parameters
- train.py - for model preprocessing and training
$ python train.py
- To be added