subinium / Pytorch-AutoEncoders

Implementing Autoencoder Series in Pytorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch Autoencoders

Implementing a Variational Autoencoder (VAE) Series in Pytorch.

Inspired by this repository

Model List

check model paper conference
O VAE Auto-Encoding Variational Bayes ICLR 2014
O CVAE Learning Structured Output Representation using Deep Conditional Generative Models NeurIPS 2015
O AAE Adversarial Autoencoder ICLR 2016
O Beta-VAE β-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework ICLR 2017
VQ-VAE Neural Discrete Representation Learning NeurIPS 2017

Result

TBD

Contact

If you have any question about the code, feel free to email me at subinium@gmail.com.

About

Implementing Autoencoder Series in Pytorch.

License:MIT License


Languages

Language:Python 98.4%Language:Shell 1.6%