.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
MANIFEST.in
README.md
contributing.md
pyproject.toml
requirements-tests.txt
requirements.txt
setup.cfg
setup.py
deepsphere/__init__.py
deepsphere.egg-info/PKG-INFO
deepsphere.egg-info/SOURCES.txt
deepsphere.egg-info/dependency_links.txt
deepsphere.egg-info/requires.txt
deepsphere.egg-info/top_level.txt
deepsphere/data/__init__.py
deepsphere/data/datasets/__init__.py
deepsphere/data/datasets/dataset.py
deepsphere/data/transforms/__init__.py
deepsphere/data/transforms/transforms.py
deepsphere/layers/__init__.py
deepsphere/layers/chebyshev.py
deepsphere/layers/samplings/__init__.py
deepsphere/layers/samplings/equiangular_pool_unpool.py
deepsphere/layers/samplings/healpix_pool_unpool.py
deepsphere/layers/samplings/icosahedron_pool_unpool.py
deepsphere/models/__init__.py
deepsphere/models/spherical_unet/__init__.py
deepsphere/models/spherical_unet/decoder.py
deepsphere/models/spherical_unet/encoder.py
deepsphere/models/spherical_unet/unet_model.py
deepsphere/models/spherical_unet/utils.py
deepsphere/tests/__init__.py
deepsphere/tests/test_foo.py
deepsphere/utils/__init__.py
deepsphere/utils/initialization.py
deepsphere/utils/laplacian_funcs.py
deepsphere/utils/parser.py
deepsphere/utils/samplings.py
deepsphere/utils/stats_extractor.py
docs/Makefile
docs/source/conf.py
docs/source/deepsphere.data.datasets.rst
docs/source/deepsphere.data.rst
docs/source/deepsphere.data.transforms.rst
docs/source/deepsphere.layers.rst
docs/source/deepsphere.layers.samplings.rst
docs/source/deepsphere.models.rst
docs/source/deepsphere.models.spherical_unet.rst
docs/source/deepsphere.rst
docs/source/deepsphere.tests.rst
docs/source/deepsphere.utils.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/scripts.rst
docs/source/scripts.temporality.rst
docs/source/setup.rst
images/AR_TC_image.png
images/equations/L_eq.gif
images/equations/Lc.gif
images/equations/Lc_eq.gif
images/equations/T0.gif
images/equations/T1.gif
images/equations/Tm.gif
images/equations/Tm_recursive.gif
images/equations/poly_eq.gif
images/equations/xhat.gif
images/equations/y_eq.gif
notebooks/demo_visualizations.ipynb
notebooks/interactive_visualization.ipynb
pictures/Example_3D_Icosahedronmovie_globe.gif
pictures/interactiveplot_epoch28.png
pictures/interactiveplot_epoch4.png
scripts/__init__.py
scripts/config.example.yml
scripts/means.npy
scripts/run_ar_tc.py
scripts/stds.npy
scripts/temporality/__init__.py
scripts/temporality/config.yml
scripts/temporality/run_ar_tc.py