Morteza Ramezani

Results 1 issues of Morteza Ramezani

Similar to https://github.com/rusty1s/pytorch_sparse/issues/94, the output of saint_subgraph has the same problem. ```python import torch from torch_sparse import SparseTensor import scipy.sparse as sp dim = 2000 a = sp.rand(dim, dim, density=0.01,...

bug