Skip to content

RemexHu/PGGAN-Project

 
 

Repository files navigation

NYU CS-9223 Deep Learning Project.

Collaborator: Runchen Hu, Shen Wang, Lifan Wang

This repo is forked from https://github.com/tkarras/progressive_growing_of_gans

We have done some minor changes in order to redo the experiment and achieve descent performace as described by the author.
And we did our experiments either on Runchen's desktop with GTX 1080 and on NYU HPC Prince Tesla-P100. The CIFAR experiment took about 14 hours of training, and the CelebA experiment took another 14 hours.

Resources

All the material, including source code, is made freely available for non-commercial use under the Creative Commons CC BY-NC 4.0 license. Feel free to use any of the material in your own work, as long as you give us appropriate credit by mentioning the title and author list of our paper.

Datasets

We built our PG-GAN model from CelebA and CIFAR-10 dataset.
CIFAR-10: https://www.cs.toronto.edu/~kriz/cifar.html
CelebA: http://mmlab.ie.cuhk.edu.hk/projects/CelebA.html

Results

The network would generate fake images during the training process, they are stored in /results directory.

About

A project of NYU CS-9223 Deep Learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%