Skip to content

ekrim/bgan-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgan-tf

Implementing the Boundary-Seeking GAN in TensorFlow. Credit to the authors of the original paper, who also released their Theano implementation.

Usage

First, download the celebrity faces (CelebA) dataset, put it in data/, and unzip it such that we have data/img_align_celeba/.

Then prepare the tfrecords:

python make_tfrecords.py

Set training params in train.py and run training with:

python train.py

About

Boundary-Seeking GAN in TensorFlow 🌍

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages