Skip to content

A TensorFlow Implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks" - (EASY to READ)

Notifications You must be signed in to change notification settings

2wins/BEGAN-tensorlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BEGAN in TensorFlow / TensorLayer

TensorFlow / TensorLayer implementation of BEGAN: Boundary Equilibrium Generative Adversarial Networks

Prerequisites

Usage

First, download images to data/celebA:

$ python download.py celebA		[202599 face images]

Second, train the GAN:

$ python main.py --point "25 58"

Third, generate faces with the trained generator:

$ python generate.py --num_imgs 1000

Result on CelebA

From scratch to 60k (frames captured every 500 iter.)

gamma=0.5

About

A TensorFlow Implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks" - (EASY to READ)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages