NeighborSampler reuse dst nodes
Open
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.