dmlc / dmlc/dgl

NeighborSampler reuse dst nodes

Open
#5,566 3 comments 0 reactions 1 assignee Claimed by @peizhou001 View on GitHub
stale-issue
Dominant language
Python
Stars
14.3k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

https://github.com/dmlc/dgl/blob/f5ddb11448335c45b16fb1d0561c490d937ab8f5/python/dgl/dataloading/neighbor_sampler.py#L155-L157
should use include_dst_in_src=False to avoid reuse of dst nodes?
block = dgl.to_block(frontier, seeds, include_dst_in_src=False)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.