What does data structure in PYG.TemporalData mean? And can it be in a data_list way? #5856
Unanswered
Kevin-shihello-world
asked this question in
Q&A
Replies: 1 comment
-
Thanks for your interest. You are correct that the current implementation of There also exists #3230 for further discussions on how to improve temporal graph learning in PyG. Happy to get your input on this one :) |
Beta Was this translation helpful? Give feedback.
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.
-
As this question says. I'm trying to learn something from the temporal graph prediction. But the data structure in PYG.TemporalData is a bit confusing, I mean does this mean we can only use datasets with two nodes interacting at each time(t)? Can we in some ways make it happen to be in a data_list way? It may help a lot on tests like transportation graph prediction, we can't judge only two cars on a road at each time.
And the program I want to write has fixed node_num and change over time edge_num.
I would appreciate it if someone can help me find an answer. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions