We investigate the semantic interpretability of latent spaces for several generative models including StyleGAN2, Variational Autoencoders (VAEs),
This repository contains the code used for our CSCI5527 Deep Learning Project at the University of Minnesota, Twin Cities. The project was completed by: Isaac Berlin, Tianzhe Han, Alex Iliarski, Josh Krueger,
- clone this repository
- download the CelebA dataset from here and update file paths in the code
- clone the StyleGAN2-ada-pytorch repository from here
- download the pretrained model from here and update file paths in the code
- install visual studio if on windows and ensure you have the correct version of CUDA installed
- clone the VAE-pytorch repository from here