nitarshan / variational-autoencoder

PyTorch implementation of "Auto-Encoding Variational Bayes"

Home Page:https://arxiv.org/abs/1312.6114

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

virtualenv venv
source venv/bin/activate
# Install appropriate PyTorch package for your distro from pytorch.org
pip install http://download.pytorch.org/whl/torch-0.1.10.post1-cp36-cp36m-macosx_10_7_x86_64.whl
pip install -r requirements.txt
jupyter nbextension enable --py widgetsnbextension
jupyter notebook

About

PyTorch implementation of "Auto-Encoding Variational Bayes"

https://arxiv.org/abs/1312.6114


Languages

Language:Jupyter Notebook 100.0%