Skip to content

wangz10/Generative-Models

Repository files navigation

Lecture on Generative Models

Getting started

  1. 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
  1. 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.

  1. Run the Main Tutorial

References