Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.18 KB

File metadata and controls

43 lines (37 loc) · 1.18 KB

Riemannian Geometry of Deep Generative Models

This work was done by Sarthak Bhagat and Shagun Uppal in their B.Tech Thesis under Prof. Dr. Saket Anand.

This repository provides partial implementation of our paper Geometry of Deep Generative Models for Disentangled Representations. This repository also provides a basic implementation of the paper Riemannian Geometry of Deep Generative Models on MNIST as well as CelebA.

If you find this code useful in your research, don't forget to cite:

@article{Shukla2019GeometryOD,
  title={Geometry of Deep Generative Models for Disentangled Representations},
  author={Ankita Shukla and Suresh Uppal and Sarthak Bhagat and Saket Anand and Pavan K. Turaga},
  journal={ArXiv},
  year={2019},
  volume={abs/1902.06964}
}

Requirements

  1. Python 2/3
  2. Pytorch
  3. Tensorboard
  4. Tensorflow
  5. Cmake
  6. ONNX

Steps to install ONNX

git clone https://github.com/onnx/onnx.git
cd onnx
git submodule update --init
python setup.py install

Results