- 28 May, 2021 1 commit
-
-
Kay Liu authored
* [Feature] fix #2876, add two fake news datasets * add name assertion * add assertion message Co-authored-by:zhjwy9343 <6593865@qq.com>
-
- 26 May, 2021 1 commit
-
-
Da Zheng authored
* explicitly set the graph format. * fix. * fix. * fix launch script. * fix readme. Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal>
-
- 25 May, 2021 2 commits
-
-
nv-dlasalle authored
Move pointer dereferencing in CDFSampler::draw() and AliasSampler::draw() to inside of conditional (#2943) Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
nv-dlasalle authored
* Add NCCL as a submodule * Allow using third_party/nccl or system nccl * Add nccl_external as a dependency * Fix conditional Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 24 May, 2021 1 commit
-
-
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 Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 23 May, 2021 1 commit
-
-
Chuang, Yun-Shiuan authored
Fix a typo in the tutorial for "Link Prediction using Graph Neural Networks". Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 20 May, 2021 2 commits
-
-
nv-dlasalle authored
[Feature][Performance] Implement NCCL wrapper for communicating NodeEmbeddings and sparse gradients. (#2825) * Split NCCL wrapper from sparse optimizer and sparse embedding * Add more unit tests for single node nccl * Fix unit test for tf * Switch to device histogram * Fix histgram issues * Finish migration to histogram * Handle cases with zero send/recieve data * Start on partition object * Get compiling * Updates * Add unit tests * Switch to partition object * Fix linting issues * Rename partition file * Add python doc * Fix python assert and finish doxygen comments * Remove stubs for range based partition to satisfy pylint * Wrap unit test in GPU only * Wrap explicit cuda call in ifdef * Merge with partition.py * update docstrings * Cleanup partition_op * Add Workspace object * Switch to using workspace object * Move last remainder based function out of nccl_api * Add error messages * Update docs with examples * Fix linting erros Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
xiang song(charlie.song) authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-57-25.ec2.internal> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 19 May, 2021 3 commits
-
-
Tianqi Zhang (张天启) authored
* add bruteforce impl * add support for bruteforce-sharemem * modify python API * add tests * change file path * change python API * fix lint * fix test * also check worst_dist in the last few dim * use heap and early-stop on CPU * fix lint * fix lint * add device check * use cuda function to determine max shared mem * use cuda to determine block info * add memory free for tmp var * update doc-string and add dist option * fix lint * add more tests Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
Mufei Li authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Quan (Andy) Gan authored
-
- 18 May, 2021 2 commits
-
-
Da Zheng authored
* add distributed in-degree and out-degree. * update comments. * fix a bug. * add tests. * add tests. * fix a bug. * fix docstring. * update doc. * fix * fix. Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
V.E authored
* fixing #2921 * fixing #2921
-
- 17 May, 2021 5 commits
-
-
yifeim authored
* add lda model * tweak latent dirichlet allocation * Update README.md * Update README.md * update example index * update header * minor tweak * add example test * update doc * Update README.md * Update README.md * add partial_fit for free * Update examples/pytorch/lda/lda_model.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update examples/pytorch/lda/example_20newsgroups.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update lda_model.py * bugfix torch Gamma uses rate parameter Co-authored-by:
Yifei Ma <yifeim@amazon.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* test commit * fixes * oops * add docs * lint * why does it say I have a trailing whitespace * oh ok * fixes * why there's an invalid argument error * address comments * fix * address comments
-
Mufei Li authored
-
Quan (Andy) Gan authored
-
https://arxiv.org/pdf/2007.02133.pdfkyawlinoo authored
* Auto stash before rebase of "origin/pytorch-nn-working" GCNII model added * linting * linting * lint * Frequency Adaptive gcn init comit * Revert "Frequency Adaptive gcn init comit" This reverts commit 86a80586ac0040497c1edfa0e80df719992dcc4a. * Update python/dgl/nn/pytorch/conv/gcn2conv.py modified docstring Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * added beta formula and changed param name * fix docstring * lint * white space lint * update docstring Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * docstring formula update * added gcn2 * added GCN2Conv * Update nn.pytorch.rst Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 15 May, 2021 1 commit
-
-
Secbone authored
* add: udf support for `cross_reducer` * update: code lint * update: reducer without stack * docs: add docs for udf cross_reducer * chore: fix code lint * docs: update multi_update_all docstring Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * docs: update reduce_dict_data docstring Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 14 May, 2021 2 commits
-
-
Quan (Andy) Gan authored
* support multidimensional features for GAT * docstring * lint * fix
-
Quan (Andy) Gan authored
* standardizing thread_wrapped_func * lints * Update __init__.py
-
- 13 May, 2021 2 commits
-
-
Da Zheng authored
Co-authored-by:Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
chwan-rice authored
Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 12 May, 2021 2 commits
-
-
xnouhz authored
* [example] label propagation and correct&smooth * update * update * update * update * [docs] add speed for c&s * update * [fix] remove gat&consistent with the author's code * [feat] multi-type adj norm supported * update Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Jinjing Zhou authored
* fix * fix * debug * fix * fix * fix * fix * ci * fix * fix * remove duplicate instruction * need this file in the main branch * add nightly * Delete nightly.jenkins
-
- 11 May, 2021 4 commits
-
-
lt610 authored
* graphsaint * graphsaint * graphsaint * graphsaint * fixed the model * fixed some bugs * fixed the computing of normalization and updated the results * fixed some bugs and updated the results * Update utils.py * Update train_sampling.py * Update train_sampling.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* Update heterograph.py * remove unit tests * replace tutorial
-
Quan (Andy) Gan authored
* pytorch lightning initial examples * revert most changes in dataloader to favor #2886. * address comments
-
YYY authored
* add implementation of twirls * format the code * fix some format error, and ignore others * fix format errors * fix format errors * expose unfolding & attention * Update nn.pytorch.rst Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 08 May, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 07 May, 2021 2 commits
-
-
Justus Schock authored
* Make loader items iterator * Update test_dataloader.py * Update __init__.py * Update test_dataloader.py Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Armin Stepanjan authored
* adapt send_and_recv example * lint fix * Change title and example order * Update heterograph.py Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 06 May, 2021 2 commits
-
-
Theheavens authored
* Fix examples on negative graph sampler In heterogeneous graph, the old example may build a negative graph without edges. In dgl.dataloading.dataloader line637, it shows the key of neg_edges dict should be item in g.canonical_etypes. * poke ci Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
milesial authored
* topk kNN accelerated on GPU * Fix src offset * Fix trailing whitespace * Update segmented kNN * Fix src / dst mixup * Update kNN docstrings * Fixed lint Co-authored-by:Tong He <hetong007@gmail.com>
-
- 03 May, 2021 1 commit
-
-
xiang song(charlie.song) authored
* Draft for sparse emb * add some notes * Fix * Add sparse optim for dist pytorch * Update test * Fix * upd * upd * Fix * Fix * Fix bug * add transductive exmpale * Fix example * Some fix * Upd * Fix lint * lint * lint * lint * upd * Fix lint * lint * upd * remove dead import * update * lint * update unitest * update example * Add adam optimizer * Add unitest and update data * upd * upd * upd * Fix docstring and fix some bug in example code * Update rgcn readme Co-authored-by:
Ubuntu <ubuntu@ip-172-31-57-25.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-24-210.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
-
- 01 May, 2021 1 commit
-
-
Da Zheng authored
* kill training jobs. * update. * fix. Co-authored-by:
Zheng <dzzhen@3c22fba32af5.ant.amazon.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-73-81.ec2.internal> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 29 Apr, 2021 1 commit
-
-
Da Zheng authored
* update distributed training doc. * explain data split. * fix message passing. * id mapping. * fix. * test data reshuffling. * fix a bug. * fix test. * Revert "fix test." This reverts commit 907f1dd88994894db94ffcd77b5995279f76b489. * Revert "fix a bug." This reverts commit ff0a4d893bbe4911a75ecb04bcbd9bc65315166b. * Revert "test data reshuffling." This reverts commit 99bb2f6405de67fc73652220b02e7184461c3e5e. Co-authored-by:Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
-
- 28 Apr, 2021 2 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-1-191.ec2.internal> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
* fix * fix * debug * fix * fix * fix * fix * ci * fix * fix * remove duplicate instruction
-
- 27 Apr, 2021 1 commit
-
-
Israt Nisa authored
* init cuda support * cuSPARSE err * passed unittest for csr_mm/SpGEMM. int64 not supported * Debugging cuSPARSE error 3 * csrgeam only supports int32? * disabling int64 for cuda * refactor and add CSRMask * lint * oops * remove todo * rewrite CSRMask with CSRGetData * lint * fix test * address comments * lint * fix * addresses comments and rename BUG_ON Co-authored-by:
Israt Nisa <nisisrat@amazon.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-30-71.ec2.internal> Co-authored-by:
Quan Gan <coin2028@hotmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-