Skip to content

Simple GAN example using "Quick, Draw!" dataset example (bird doodles)

Notifications You must be signed in to change notification settings

antonio-f/simple_gan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Simple GAN example (TensorFlow 2 version)

Easy Generative Adversarial Networks example using a tiny collection (bird doodles) from the "Quick, Draw!" dataset.

Download the dataset here.

Create a conda environment using

conda create -n simple_gan tensorflow graphviz pydot jupyterlab matplotlib numpy

and then type conda activate simple_gan. Launch jupyter lab to open the notebook.