.gitignore
LICENSE.md
README.md
requirements.txt
setup.py
data/.gitkeep
experiments/.gitkeep
images/tree.png
pvae/__init__.py
pvae/main.py
pvae/objectives.py
pvae/utils.py
pvae/vis.py
pvae.egg-info/PKG-INFO
pvae.egg-info/SOURCES.txt
pvae.egg-info/dependency_links.txt
pvae.egg-info/not-zip-safe
pvae.egg-info/top_level.txt
pvae/datasets/__init__.py
pvae/datasets/datasets.py
pvae/distributions/__init__.py
pvae/distributions/ars.py
pvae/distributions/hyperbolic_radius.py
pvae/distributions/hyperspherical_uniform.py
pvae/distributions/riemannian_normal.py
pvae/distributions/wrapped_normal.py
pvae/manifolds/__init__.py
pvae/manifolds/euclidean.py
pvae/manifolds/poincareball.py
pvae/models/__init__.py
pvae/models/architectures.py
pvae/models/mnist.py
pvae/models/tabular.py
pvae/models/vae.py
pvae/ops/__init__.py
pvae/ops/manifold_layers.py
tests/__init__.py
tests/test_hyperbolic_radius.py
tests/test_hyperspherical_uniform.py