Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 506 Bytes

Generative Adversarial Networks

An 70 lines Knet implementation of MLP GAN for MNIST data.

Usage

Install require packages:

Pkg.add("ImageMagick")
Pkg.add("Knet")

Currently, the latest version of Knet is required to run this, get it via:

Pkg.checkout("Knet")

Run the gan:

julia gan.jl

Generations

Alt text