How does PyG-T work on Dynamic Graphs #34
Closed
JoelMathewC
started this conversation in
Benchmarking
Replies: 2 comments 1 reply
|
I believe PyG-T creates a |
1 reply
|
This was a transient discussion topic, that was resolved offline. Closing this out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Since PyG-T depends on PyG. A small starting point can be found in the Pytorch Geometric Paper. As of the original PyG paper and as per the code implementation in the
torch_geometric.datatheDataobject stores egde_index as an attribute which is of shape(2,num_edges). Essentially that is the COO format.All reactions