- Run the Jupyter Notebook Server
The Jupyter notebook server can be started through the Docker image jupyter/tensorflow-notebook by running the shell script:
$ ./run_docker.sh
- Train the Deep Generative Models
GPU is not required to train these model because of the small dataset size and relatively small neural networks. Training of the models can be done by running the Train_VAE_on_MNIST.ipynb and Train_BiGAN_on_MNIST.ipynb notebooks.
- Run the Main Tutorial