Replies: 1 comment
-
You can add your timestamp to the node types of a |
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.
-
I‘ve noticed there are
HeteroData()
andTemporalData()
intorch_geometric.data
, but how could I combine them to handle or create a dynamic heterogeneous directed attributed graph in PyG ?For example, TypeA node
NA1
with attributesVA1
has a TypeM connectionEM1
with attributesVM1
with TypeB nodeNB1
with attributesVB1
in timestampT1
, while TypeB nodeNB2
with attributesVB2
has a TypeN connectionEN2
with attributesVN2
with TypeC nodeNC3
with attributesVC3
regardless of timestamp.Beta Was this translation helpful? Give feedback.
All reactions