andreaskapou / spatialDGM

Spatial deep generative models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spatialDGM

Spatial deep generative models.

Implementation of spatialVAE paper.

Working directory structure:

.
├── LICENSE
├── README.md
├── configs
│	└── vae_mnist.yaml
├── data
│	└── MNIST
├── models 				# spatialVAE and VAE models
├── notebooks 			# Sample notebooks for quick analysis
├── output              # Pretrained models with different latent dimensions z
└── src        			# Main scripts to run VAE models        

About

Spatial deep generative models

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 99.1%Language:Python 0.9%Language:Shell 0.0%