Lanczos Network, Graph Neural Networks, Deep Graph Convolutional Networks, Deep Learning on Graph Structured Data, QM8 Quantum Chemistry Benchmark, ICLR 2019
311
stars
66
forks
source link
unable to compute eigs with scipy sparse matrix #9
Open
AlbertoMQ opened 4 years ago
I am unable to compute eigenvalues when using a scipy sparse matrix, when I am able to do so with a numpy array.
nx.convert_matrix.to_numpy_matrix(...)
nx.convert_matrix.to_scipy_sparse_matrix
get_graph_laplacian_eigs
By the way, this is very interesting work!