dgl icon indicating copy to clipboard operation
dgl copied to clipboard

Remove dependencies on deprecated `//python/dgl/_dataloading`

Open Rhett-Ying opened this issue 2 years ago • 1 comments

🚀 Feature

For now, DistDataLoader still depends on deprecated classes under //python/dgl/_dataloading. We should use latest dataloading module.

Related issue: https://github.com/dmlc/dgl/issues/4115

Motivation

unified code logic is more friendly for maintain.

Alternatives

replace _dataloading.NodeCollator/EdgeCollator with dataloading.CollateWrapper.

Pitch

Additional context

Rhett-Ying avatar Jul 25 '22 07:07 Rhett-Ying

This issue has been automatically marked as stale due to lack of activity. It will be closed if no further activity occurs. Thank you

github-actions[bot] avatar Oct 11 '22 01:10 github-actions[bot]