Skip to content

ekinakyurek/GAN-70-Lines-of-Julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published