- 02 Aug, 2021 6 commits
-
-
Tianjun Xiao authored
-
Quan (Andy) Gan authored
* Update randomwalks.py * Update randomwalks.py FIx lint Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
* Add pytorch direct to Awesome Papers Using DGL * update
-
nv-dlasalle authored
Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
David Min authored
* Add pytorch-direct version * remove * Add multi-gpu unified tensor test for pytorch * relocate verification step to each process * reduce number of workers * add parameter Co-authored-by:
shhssdm <shhssdm@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst * image in dataset userguide * update links using ref * modify the link of save_graphs and load_graphs in dataset user guide * move image to s3 server. * fix links and ref * Hide implementations that may cause confusions to the user * add papers * fix number of classes in Amazon Cobuy datasets * add two papers to Awesome paper list * Update README.md * add four papers * add two papers * Add awesome papers * Fix index in paper list * Add paper to paperlist * add two papers * add two papers * Update README.md Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 01 Aug, 2021 2 commits
-
-
Jinjing Zhou authored
Rewrite the multiprocessing worker pool
-
Mufei Li authored
-
- 30 Jul, 2021 5 commits
-
-
Eric Kim authored
-
Lu Lu authored
DGL_LOADALL=true is not used in the code anymore.
-
Kay Liu authored
* [model] add model example GeniePath * improvements based on feedback * improvements based on feedback Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Jinjing Zhou authored
-
KounianhuaDu authored
Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
zhjwy9343 <6593865@qq.com>
-
- 29 Jul, 2021 2 commits
-
-
Kay Liu authored
* [Model] add model example CARE-GNN * update README * improvements based on the review feedback * fix missing item() Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Rhett Ying authored
-
- 28 Jul, 2021 5 commits
-
-
Jinjing Zhou authored
* fix * fix type Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Da Zheng authored
* make heterogeneous find_edges * add distributed EdgeDataLoader. * fix. * fix a bug. * fix bugs. * add tests on distributed heterogeneous graph sampling. * fix. Co-authored-by:Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
Minjie Wang authored
-
Minjie Wang authored
-
xiang song(charlie.song) authored
* fix. * fix. * fix. * fix. * Fix test * Deprecate old DistEmbedding impl, use synchronized embedding impl * Basic imple of heterogeneous on homogenenous sampling * make pass * Pass C++ test * Add python test code * lint * lint * Add MultiLayerEtypeNeighborSampler * Add unitest for single machine dataloader * Add dist dataloader test for edge type sampler * Fix lint * fix * support for per etype sample * Fix some bug and enable distributed training with per edge sample * fix * Now distributed training works * turn off some mxnet * turn off mxnet for some dist test * fix * upd * upd according to the comments * Fix * Fix test and now distributed works. * upd * upd * Fix * Fix bug * remove dead code. * upd * Fix * upd * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
- 27 Jul, 2021 1 commit
-
-
Lu Lu authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 25 Jul, 2021 1 commit
-
-
Jingcheng Yu authored
Co-authored-by:
JingchengYu94 <jingchengyu94@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 24 Jul, 2021 2 commits
-
-
Kay Liu authored
* add model example GCN-based Anti-Spam * update example index * add usage info * improvements as per comments * fix image invisiable problem * add image file Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Tianjun Xiao authored
-
- 23 Jul, 2021 3 commits
-
-
Minjie Wang authored
New readme structure
-
Minjie Wang authored
-
Tianjun Xiao authored
-
- 22 Jul, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 21 Jul, 2021 2 commits
-
-
Jinjing Zhou authored
* remove redundant fill * trigger ci
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Hide implementations that may cause confusions to the user * fix number of classes in Amazon Cobuy datasets * add four papers * Fix doc string * fix readme * fix readme Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 20 Jul, 2021 3 commits
-
-
Minjie Wang authored
-
Quan (Andy) Gan authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Minjie Wang authored
Co-authored-by:Tong He <hetong007@gmail.com>
-
- 19 Jul, 2021 2 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst * image in dataset userguide * update links using ref * modify the link of save_graphs and load_graphs in dataset user guide * move image to s3 server. * fix links and ref * Hide implementations that may cause confusions to the user * add papers * fix number of classes in Amazon Cobuy datasets * add two papers to Awesome paper list * Update README.md * add four papers * add two papers * Add awesome papers * Fix index in paper list * Add paper to paperlist * add two papers Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
Mufei Li authored
-
- 17 Jul, 2021 1 commit
-
-
Da Zheng authored
* support hetero RGCN. * fix. * simplify code. * sample_neighbors return heterograph directly. * avoid using to_heterogeneous. * compute canonical etypes in advance. * fix tests. * fix. * fix distributed data loader for heterograph. * use NodeDataLoader. * fix bugs in partitioning on heterogeneous graphs. * fix lint. * fix tests. * fix. * fix. * fix bugs. * fix tests. * fix. * enable coo for distributed. * fix. * fix. * fix. * fix. * fix. Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
- 16 Jul, 2021 2 commits
-
-
David Min authored
[Feature][Performance][GPU] Introducing UnifiedTensor for efficient zero-copy host memory access from GPU (#3086) * Add pytorch-direct version * Initial commit of unified tensor * Merge branch 'master' of https://github.com/davidmin7/dgl * Remove unnecessary things * Fix error message * Fix/Add descriptions * whitespace fix * add unpin * disable IndexSelectCPUFromGPU with no CUDA * add a newline for unified_tensor.py * Apply changes based on feedback * add 'os' module * skip unified tensor unit test for cpu only * Update tests/pytorch/test_unified_tensor.py Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> * reflect feedback Co-authored-by:
shhssdm <shhssdm@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Quan (Andy) Gan authored
-
- 15 Jul, 2021 2 commits
-
-
Jingcheng Yu authored
Co-authored-by:
yujingcheng02 <yujingcheng02@meituan.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-