Skip to content

saundersp/VariationalAutoEncoder

Repository files navigation

Variational Auto Encoder (VAE)

Non-official implementation of the paper Auto-Encoding Variational Bayes.

Installation

Manual

python -m venv venv

# Linux/Mac way of activating python virtual environnements
source venv/bin/activate
# Windows way of activating python virtual environnements
venv/Scripts/activate.bat

pip install -r requirements.txt
jupyter lab

Portable

Add the flag -W for each if you are on Windows.

./helper.sh install
./helper.sh launch

Docker

docker build -t saundersp/vae .
docker run -p 8888:8888 saundersp/vae

2021 Pierre Saunders @saundersp

About

Non-official implementation of the paper Auto-Encoding Variational Bayes (VAE)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages