Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 614 Bytes

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