wiseodd / generative-models

Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
http://wiseodd.github.io
The Unlicense
7.35k stars 2.04k forks source link

Convolucional Autoencoder #32

Closed dlmacedo closed 7 years ago

dlmacedo commented 7 years ago

Why not add Convolutional Autoencoders?

wiseodd commented 7 years ago

Hi,

This repo is for the bare minimum implementation of generative model papers, as mostly the highlight is in the loss function anyway.