-
**Is your feature request related to a problem? Please describe.**
For the graphs in Neo4j or NebulaGraph, a single vertex or edge can have multiple labels. For example, a vertex in Neo4j graph coul…
-
So far I've got `edge_index`, `edge_weight`,
How do I go about converting these two vectors into the `adj` . It has the dimensions (number of nodes, number of nodes).
-
Hi,
Computing graph Laplacian using np.diag(D)-A is incorrect. Please make it correct.
-
Thanks for releasing the code!
When I played with the code in the following file
https://github.com/vene/sparsemap/blob/master/python/sparsemap/layers_pt/matching_layer.py
The output is a matri…
-
The current sparse support is pretty nice! However, there are some important of collation operations that can not be efficiently be composed out of matmul or operations on _values(). One that is in …
-
Major rewrite.
Want to use the fullerene graph library together with SYCL code and full isomer-space code / collections of graphs, allocated on flat memory. Three issues: 1) vector forces many all…
-
During it's run SEACR outputs some helpful progress information.
First, a nitpick: For better readability, each output line should be preceded (not followed) by a timestamp.
Currently:
`Normali…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
```bash
pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 --extra-index-url https://download.pytorch.org/…
-
From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.
## ❓ Questions & Help
Analogous to the TUDataset, I have …
-
From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.
## ❓ Questions & Help
What is the meaning of the return…