Replies: 1 comment
-
Hi @emduc!
What will be interesting for you are
If any more questions arises feel free to ask :) |
Beta Was this translation helpful? Give feedback.
-
Hi @emduc!
What will be interesting for you are
If any more questions arises feel free to ask :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I partitioned a HeteroData graph using distributed.Partitioner and generate_partition(). I noticed that in each partition, I only have the local node, that is without any halo nodes or data replication. I thought that there would be duplication of the halo nodes in each partition, but it does not seem to be the case. How can I find a way to retrieve all my halo nodes for a given partition?
As a reminder, this is how the partitioning looks like:
root/
|-- META.json
|-- node_map.pt
|-- edge_map.pt
|-- part0/
|-- graph.pt
|-- node_feats.pt
|-- edge_feats.pt
|-- part1/
|-- graph.pt
|-- node_feats.pt
|-- edge_feats.pt
My goal here is to only do message passing in regard to the nodes shared between two partitions (halo nodes).
Is there any straight forward way to get my halo nodes?
Beta Was this translation helpful? Give feedback.
All reactions