Rhett Ying

Results 60 issues of Rhett Ying

## Description In order to support canonical etypes for DistDGL, let's enable it in graph partition book first. What tricky here is to support both etypes and canonical. In current...

dist DGL

## Description fix for requirements in https://github.com/dmlc/dgl/issues/4264 1. Refactor: utilize latest DGL interfaces such as `DistNodeDataLoader`, `NeighborSampler`. 2. remove `//examples/pytorch/graphsage/distgnn`. 3. add fix for standalone mode. Refer to https://github.com/dmlc/dgl/issues/4278 for...

## Description For now, only single format is saved. But multiple formats could be beneficial in some scenarios such as etype sorted for DistDGL. ## Checklist Please feel free to...

Core Library Enhancement

## πŸš€ 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...

stale-issue
Refactor
Dataloader

## πŸ› Bug I tried with below code to generate random bipartite. It succeeded with 1B edges( takes about 800 seconds) but get stuck with 2B edges(more than a few...

bug

## Description all the action items listed in https://github.com/dmlc/dgl/issues/4510 have been handled. ## Checklist Please feel free to remove inapplicable items for your PR. - [ ] The PR title...

## πŸ”¨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

dist DGL

## πŸ› Bug anyone has verified the partition outputs with edge feature works for distributed train? `'paper:cites:paper/count'` is used as key of `edge_feat.dgl` while `dgl.distributed.load_partition()` supports etype only for now....

Distributed Partitioning

## πŸ”¨Work Item **IMPORTANT:** * This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates. * DO...

Distributed Partitioning

## πŸ› Bug it works well with python 3.6.9. seems related to `dgl.add_self_loop()` in below code: https://github.com/dmlc/dgl/blob/39987bc59970289b774319f9e7ccd1ad57a1cb98/tests/test_utils/graph_cases.py#L92-L97 Related PR: https://github.com/dmlc/dgl/pull/4406 ## To Reproduce Steps to reproduce the behavior: `docker run...

bug:confirmed
CI/CD