Overlap of node ids for mini-batches

We’re about to create a NodeDataLoader for stochastic training, per the DGL docs here.

Each MFG may have node ids that appear in successive MFGs (coming from the same source large graph) that are served by the DataLoader. I assume this is allowed? If not, can you suggest a strategy for loading successive MFGs with overlapping node ids?

It’s allowed. And one node may present two times in two blocks.

What do you mean by loading successive MFGs with overlapping node ids?

Thanks, VoVAllen. By ‘successive MFGs’, I mean ‘blocks’. I’ll follow up w/ a separate question around this.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.