Skip to content

Latest commit

 

History

History

DCGAN

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Deep Convolutional Generative Adversarial Network

arXiv: https://arxiv.org/abs/1406.2661

After 10 epochs:

A digit generated by DCGAN

Tutorial

You can read the tutorial on creating this model here (rickwierenga.com).

Setup

To begin, you'll need the latest version of Swift for TensorFlow installed. Make sure you've added the correct version of swift to your path.

To train the model, run:

swift run DCGAN