Skip to content
Discussion options

You must be logged in to vote

There doesn't exist a dedicated tutorial for this on PyG side, but there exists an extension via PyTorch Geometric Temporal that you may found useful. We are also working on better internal temporal support in PyG itself, so please stay tuned.

Currently, the best way to do it in PyG is to treat it similarly as normal batching, in the sense that you include the temporal dimension into the node dimension, giving you feature matrices of size [num_timepoints * num_nodes/num_edges, num_features].

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mcunningham1440
Comment options

Answer selected by mcunningham1440
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants