Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 225 Bytes

README.md

File metadata and controls

executable file
·
9 lines (6 loc) · 225 Bytes

Installation instructions using Anaconda

conda create -n biva python=3.6 matplotlib

conda activate biva

conda install tensorflow-gpu

Running the MNIST experiments

CUDA_VISIBLE_DEVICES=0 python run_deep_vae.py mnist