An open API service indexing awesome lists of open source software.

https://github.com/tsvikas/variational-autoencoder

variational autoencoder
https://github.com/tsvikas/variational-autoencoder

Last synced: about 2 months ago
JSON representation

variational autoencoder

Awesome Lists containing this project

README

        

# variational-autoencoder
this is an implementation of [variational autoencoder](https://en.wikipedia.org/wiki/Variational_autoencoder) using pytorch-lightning.
there are some helper classes for a lightning datamodule (with support for tran-validation split) and lightning model.

after training with a 2d latent space, the latent space looks like this:
![image of the latent space](output/latent_space_samples.png)