VAE model implemented on pytorch for various dataset
The VAE code is based on here. The origin code was built on pytorch_lightning, but we converted it on original pytorch.
$ git clone https://github.com/DVL-Sejong/VAE
$ cd VAE
$ bash run.sh
- CelebA
- Download data from the link, and put those under
/your_data_path/celeba/*
- Download data from the link, and put those under