Research paper implementation for very deep VAE models
Top 68.4% on sourcepulse
This repository provides the implementation for "Very Deep VAEs," a generative model that generalizes autoregressive models and achieves state-of-the-art performance on image generation tasks. It is targeted at researchers and practitioners in deep learning and computer vision looking to explore advanced generative modeling techniques.
How It Works
The VDVAE architecture employs a deep, hierarchical structure with a large number of layers, enabling it to capture complex image distributions. It utilizes a variational autoencoder framework with a novel approach to depth and parameter sharing, allowing for efficient learning of high-dimensional data. This design allows the model to outperform traditional autoregressive models in terms of sample quality and likelihood.
Quick Start & Requirements
setup_cifar10.sh
, setup_imagenet.sh
, setup_ffhq256.sh
, setup_ffhq1024.sh
). FFHQ dataset requires manual download of images_1024x1024
subfolder.mpiexec
for distributed training (e.g., mpiexec -n 2 python train.py --hps cifar10
).train.py
with --restore_path
and other restore arguments.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
2 years ago
1 week