You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use homegenues, the size of the hand increases
because, for example,
node 1 has 4 edges, but node 100 has, for example, 50 edges
in this case i have use Onhot format Which doesn't make sense at all because the amount of information would be overwhelming.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Suppose we have 10 million nodes, each of which has an edge sequence
for example,
node one with 4 edges, node 2 with 100 edges, etc.
Each node will have edge indexes that are practically the same edge
Node 3: with node 1, 2, 4, 5...
and each node is in the same order
I can't figure out how to create the data because if I use Heterogeneous I can get the 1st node and determine the relationship between them
below code :
If I use homegenues, the size of the hand increases
because, for example,
node 1 has 4 edges, but node 100 has, for example, 50 edges
in this case i have use Onhot format Which doesn't make sense at all because the amount of information would be overwhelming.
Beta Was this translation helpful? Give feedback.
All reactions