This repo contains training code for two different VAEs implemented with Pytorch.
I used the CelebA Dataset for training, with 182637 training images and 19962 testing images.
Trained model can be found in /checkpoints.
(Notes: output images above are results after image dehazing using this script [3])
[1] β-VAE: https://openreview.net/pdf?id=Sy2fzU9gl
[2] DFC-VAE: https://arxiv.org/abs/1610.00291
[3] Dehaze: https://github.com/cssartori/image-dehazing.git