Replies: 3 comments 2 replies
-
Your |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
There was a bug in |
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.
-
Hi @rusty1s ! I am trying ti set up a heterogeneous graph of
agent_id
andcore_tran_id
nodes as below:I successfully used HGTLoader as below:
I used the transform to make sure that there also exist edges from
agent_id
tocell
via: T.ToUndirected()(data)but when train still missing keys in dict when: as below.

Am I missing anything to define the ### HeteroData?
Beta Was this translation helpful? Give feedback.
All reactions