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}
}
- Python 2/3
- Pytorch
- Tensorboard
- Tensorflow
- Cmake
- ONNX
git clone https://github.com/onnx/onnx.git
cd onnx
git submodule update --init
python setup.py install