Non-official implementation of the paper Auto-Encoding Variational Bayes.
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
Add the flag -W for each if you are on Windows.
./helper.sh install
./helper.sh launch
docker build -t saundersp/vae .
docker run -p 8888:8888 saundersp/vae
2021 Pierre Saunders @saundersp