Skip to content

StyleGAN2-ada Reproducibility Challenge (CSCE879 class project).

License

Notifications You must be signed in to change notification settings

Deep-FAMS/StyleGAN2-ada-Reproducibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADA Project

In this project, I attempt to evaluate the reproducibility and generalizability of the results published in Training Generative Adversarial Networks with Limited Data with some of the datasets that were used in the paper and some other small datasets.

StyleGAN2-ada official repository: https://github.com/NVlabs/stylegan2-ada

example.jpg

Getting started

Clone this repository

$ git clone [email protected]:Deep-FAMS/ADA_Project.git

Create conda environments with all dependencies and requirements

$ cd ADA_Project
$ bash create_project_envs.sh
$ module load cuda compiler/gcc/6.1    # on Crane

Create your .env file

$ mv default_env .env
$ nano .env    # or any other text editor

Edit the file to append your working directory to the first line (e.g., WORK=/work/my_projects). The working directory should be the parent directory of this repository. THIS IS VERY IMPORTANT!

Create subdirectories tree

$ mkdir datasets training_runs .tmp .tmp_imgs jobs_log 

Now you're ready to go! 🎉


Pretrained Weights*

Dataset Training time (in hrs) FID Pickle file
AFHQ-WILD 116.86 2.04 Download
metfaces 181.01 18.26 Download
cars196 139.06 8.07 Download
AFHQ-DOG 65.98 8.68 Download
102flowers 119.1 6.85 Download
FFHQ 71.45 6.16 Download
ANIME-FACES 92.51 19.53 Download
StanfordDogs 182.31 31.56 Download
Best-Artworks-of-All-Time 72 19.87 Download

*All models are trained on 2 Tesla V100 GPUs

About

StyleGAN2-ada Reproducibility Challenge (CSCE879 class project).

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •