LanczosNetwork
LanczosNetwork copied to clipboard
Lanczos Network, Graph Neural Networks, Deep Graph Convolutional Networks, Deep Learning on Graph Structured Data, QM8 Quantum Chemistry Benchmark, ICLR 2019
Hi! This one is not an issue but I would appreciate if you gave your two cents. In the "Localized Polynomial Filters" section of your paper you mention that we...
Great job! I was wondering how I can do normalization for D^-1*A?
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...
Hi I noticed that `to_graph` in `dataset/get_qm8_data.py` doesn't use the 7th channel (distance matrix). I presume this is related to this line in your paper: > Since some models cannot...