[go: nahoru, domu]

Skip to content

WindowsKonon1337/VAE-Face-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VAE Face Generator

I know that GAN is better than VAE for this task. This is just a practice challenge

Installing libraries

    ./install_libs.sh

Dataset: CelebA

available from torchvision.datasets

Network weights:

Model weights availabe here

Launch

    python3 ./server/server.py --filepath=<path to .pth file> --port=<port. Default: 8080>