Skip to content

nitarshan/variational-autoencoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published