vae-pytorch topic

List vae-pytorch repositories

pytorch-tutorials

22
Stars
5
Forks
Watchers

🤖 | Learning PyTorch through official examples

benchmark_VAE

1.7k
Stars
162
Forks
Watchers

Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022)

soft-intro-vae-pytorch

190
Stars
28
Forks
Watchers

[CVPR 2021 Oral] Official PyTorch implementation of Soft-IntroVAE from the paper "Soft-IntroVAE: Analyzing and Improving Introspective Variational Autoencoders"

Optimus

358
Stars
38
Forks
Watchers

Optimus: the first large-scale pre-trained VAE language model

srVAE

73
Stars
14
Forks
Watchers

VAE with RealNVP prior and Super-Resolution VAE in PyTorch. Code release for https://arxiv.org/abs/2006.05218.

QVAE

25
Stars
4
Forks
Watchers

Official PyTorch implementation of A Quaternion-Valued Variational Autoencoder (QVAE).

GEE

23
Stars
12
Forks
Watchers

Pytorch implementation of GEE: A Gradient-based Explainable Variational Autoencoder for Network Anomaly Detection

Image-Generation-models

51
Stars
10
Forks
Watchers

Generative models (GAN, VAE, Diffusion Models, Autoregressive Models) implemented with Pytorch, Pytorch_lightning and hydra.

moai

51
Stars
5
Forks
Watchers

moai is a PyTorch-based AI Model Development Kit (MDK) created to improve data-driven model workflows, design and reproducibility.

Dirichlet-VAE

18
Stars
3
Forks
Watchers

Dirichlet-Variational Auto-Encoder by PyTorch