mazrk7 / gmvaeLinks
Implementation of a Gaussian Mixture Variational Autoencoder (GMVAE).
☆11Updated 5 years ago
Alternatives and similar repositories for gmvae
Users that are interested in gmvae are comparing it to the libraries listed below
Sorting:
- Implementation of Gaussian Mixture Variational Autoencoder (GMVAE) for Unsupervised Clustering☆354Updated 5 years ago
- (FTML 2021) Official implementation of Dynamical VAEs☆235Updated 2 years ago
- Conditional VQ-VAE☆17Updated 6 years ago
- Deep Learning Model for Signal Data☆93Updated 6 years ago
- A σ-VAE implementation in PyTorch☆102Updated 4 years ago
- This repo is for our paper "ControlVAE: Controllable Variational Autoencoder" published at ICML 2020. It can be used for text generation,…☆96Updated 2 years ago
- Variational autoencoders: VAE, gaussian mixture VAE (GMVAE), and a basic ladder VAE (LVAE)☆47Updated 5 years ago
- Pytorch Implementation of OpenAI's "Improved Variational Inference with Inverse Autoregressive Flow"☆83Updated 5 years ago
- ☆43Updated 3 years ago
- Ladder Variational Autoencoders (LVAE) in PyTorch☆92Updated 5 years ago
- InfoMax-VAE pytorch implementation☆23Updated last year
- An unofficial toy implementation for NVAE 《A Deep Hierarchical Variational Autoencoder》☆113Updated 4 years ago
- [Neurips 2021]Diffusion Normalizing Flow (DiffFlow)☆120Updated 2 years ago
- PyTorch implementations of normalizing flow and its variants.☆79Updated 4 years ago
- Implementation of "Autoencoding beyond pixels using a learned similarity metric" using Pytorch☆70Updated 5 years ago
- This repository contains the implementation of the VAE and Gaussian Mixture VAE using TensorFlow and several network architectures☆209Updated 5 years ago
- Contrastively Disentangled Sequential Variational Audoencoder☆48Updated last year
- PyTorch implementation of FiLM: Visual Reasoning with a General Conditioning Layer☆67Updated 6 years ago
- A PyTorch Implementation of the Importance Weighted Autoencoders☆39Updated 7 years ago
- Real-valued non-volume preserving(RealNVP) implementation with PyTorch☆15Updated 6 years ago
- PyTorch implementation of realNVP☆92Updated last year
- Implementation of Real NVP in PyTorch☆237Updated 6 years ago
- pytorch implementation for "Student-t Variational Autoencoder for Robust Density Estimation".☆28Updated 3 years ago
- Conditional Generative model (Normalizing Flow) and experimenting style transfer using this model☆80Updated 3 years ago
- A PyTorch Implementation of Density Estimation Using Real NVP☆84Updated 4 years ago
- Nonlinear Independent Components Estimation (Dinh et al, 2014) in PyTorch.☆123Updated 7 years ago
- A minimalist implementation of score-based diffusion model☆128Updated 4 years ago
- Various Latent Variable Models implementations in Pytorch, including VAE, VAE with AF Prior, VQ-VAE and VQ-VAE with Gated PixelCNN☆20Updated 5 years ago
- Denoising Diffusion Implicit Models☆28Updated 4 years ago
- Implementation of non-linear independent components estimation (NICE) in pytorch