Get a simple Wasserstein GAN up and running; expand from there...
- conda env create -f environment.yml
- conda activate simple-WGAN
git pull
conda env update -f environment.yml
conda activate simple-WGAN
- Try
python exp0_noise.py
- Look in
results/
directory - Try running other examples
- Try modifying examples