https://github.com/sksq96/pytorch-vae
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
https://github.com/sksq96/pytorch-vae
convolutional-neural-networks vae variational-autoencoder
Last synced: 6 months ago
JSON representation
A CNN Variational Autoencoder (CNN-VAE) implemented in PyTorch
- Host: GitHub
- URL: https://github.com/sksq96/pytorch-vae
- Owner: sksq96
- Created: 2018-04-21T00:18:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T08:10:38.000Z (over 5 years ago)
- Last Synced: 2025-04-09T21:18:42.213Z (6 months ago)
- Topics: convolutional-neural-networks, vae, variational-autoencoder
- Language: Jupyter Notebook
- Size: 9.99 MB
- Stars: 299
- Watchers: 4
- Forks: 64
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A CNN Variational Autoencoder in PyTorch
Implemetation of David Ha's research on [Word Model](https://arxiv.org/pdf/1803.10122.pdf).