Skip to content

Code used in the article "Generative Adversarial Networks: Build Your First Models" on Real Python

License

Notifications You must be signed in to change notification settings

renatocan/rp-generative-adversarial-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generative Adversarial Networks: Build Your First Models

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.

About

Code used in the article "Generative Adversarial Networks: Build Your First Models" on Real Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published