deepsphere-pytorch icon indicating copy to clipboard operation
deepsphere-pytorch copied to clipboard

DeepSphere: a graph-based spherical CNN (PyTorch)

Results 6 deepsphere-pytorch issues
Sort by recently updated
recently updated
newest added

Thank you for for the great research on spherical graphs. In https://github.com/deepsphere/deepsphere-pytorch/blob/master/deepsphere/utils/laplacian_funcs.py the code attempts to import the class SphereIcosahedron and later call the method compute_laplacian on it. I have...

bug

resolves #8 Changes: - README setup instruction to use new style conda environment activation, TOC update - new import paths - change to SphereIcosahedral instantiation to use new subdivisions arg...

Good Evening, I appreciate your great work on Spherical graphs. I am using the Chebchev Convolution (from pytorch) with symmetric normalization. However, in our case, we also use batch norm...

Traceback (most recent call last): File "/projs/AE/zhaoying/projects/sdu/deepsphere-pytorch/scripts/run_ar_tc.py", line 21, in from deepsphere.models.spherical_unet.unet_model import SphericalUNet File "/projs/AE/zhaoying/projects/sdu/deepsphere-pytorch/deepsphere/models/spherical_unet/unet_model.py", line 14, in from deepsphere.utils.laplacian_funcs import get_equiangular_laplacians, get_healpix_laplacians, get_icosahedron_laplacians File "/projs/AE/zhaoying/projects/sdu/deepsphere-pytorch/deepsphere/utils/laplacian_funcs.py", line 6, in...

I was wondering if there are plans to update the compatibility with newer python versions as 3.7 is at end of life and is no longer receiving security updates. the...