This is the code used in the article Generative Adversarial Networks: Build Your First Models on Real Python.
The environment can be set up with conda:
conda env create -f conda_env.yml
To run the notebooks:
- Activate the environment:
conda activate gan
- Register the environment on Jupyter:
python -m ipykernel install --user --name gan
- Start Jupyter, open the notebooks and run them with the
gan
kernel.