- 20 Nov, 2022 1 commit
-
-
Zhiteng Li authored
* Add biased multi-head attention module (dense) * fix lint issues * refine according to dongyu's comments Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
- 18 Nov, 2022 1 commit
-
-
Tingyu Wang authored
* added relgraphconv * add tests for CuGraphRelGraphConv * move test to tests directory * update docs * address PR review 1 * address PR review, continued * remove stashing ctx.device * make fanout optional * fanout -> max_in_degree * improve docstrings consistency * initialize parameters directly in __init__ * get rid of shared memory size check * improve docs * format comments * skip test case for regularizer=None Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 16 Nov, 2022 1 commit
-
-
Zhiteng Li authored
* add ToLevi transform * fix parameter typo * fix lint issues * fix device issue * refine according to dongyu's comments Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
- 15 Nov, 2022 1 commit
-
-
peizhou001 authored
rename DGLHeteroGraph to DGLGraph
-
- 06 Nov, 2022 1 commit
-
-
rudongyu authored
* shortest dist * update * address issues * update * fix indent * lint * fix indent
-
- 02 Nov, 2022 1 commit
-
-
ZhenyuLU_Heliodore authored
* Add files via upload This file will contain several utility modules for Graph Transformer. DegreeEncoder has been implemented in this file now. * Update graph_transformer.py * Update nn-pytorch.rst Add graph_transformer.DegreeEncoder in Utility Modules * Update test_nn.py * Update __init__.py * Update graph_transformer.py * Update test_nn.py * Update graph_transformer.py fix unused import * Update graph_transformer.py add module doc-string * Update graph_transformer.py * Update graph_transformer.py Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
- 01 Nov, 2022 1 commit
-
-
peizhou001 authored
* add save/load for distributed optimizer Co-authored-by:Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
-
- 31 Oct, 2022 1 commit
-
-
Zhiteng Li authored
* add a learned laplacian positional encoder * leverage black to beautify the python code * refine according to dongyu's comments Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
- 27 Oct, 2022 1 commit
-
-
Infinity_X authored
* [Model] Heterogeneous graph support for GNNExplainer (#1) * add HeteroGNNExplainer * GNNExplainer for heterogeenous graph * fix typo * variable name cleanup * added HeteroGNNExplainer test * added doc indexing for HeteroGNNExplainer * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/nn/pytorch/explain/gnnexplainer.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update gnnexplainer.py Change DGLHeteroGraph to DGLGraph, and specified parameter inputs * Added ntype parameter to the explainer_node call * responding to @mufeili's comment regarding restoring empty lines at appriopiate places to be consistent with existing practices * responding to @mufeili's comment regarding restoring empty lines at appriopiate places that were missed in the last commit * docstring comments added based on @mufeili suggestions * indorporated @mufeili requested changes related to docstring model declaration. * example model and test_nn.py added for explain_graphs * explain_nodes fixed and fixed the way hetero num nodes and edges are handled * white spaces removed * lint issues fixed * explain_graph model updated * explain nodes model updated * minor fixes related to gpu compatability * cuda support added * simplify WIP * _init_masks for ennexplainer updated to match heterographs * Update * model simplified and docstring comments updated * nits: docstring udpated * lint check issues updated * lint check updated * soem formatting updated * disabling int32 testing for GNNExplainer * Update Co-authored-by:
Kangkook Jee <kangkook.jee@gmail.com> Co-authored-by:
ahadjawaid <94938815+ahadjawaid@users.noreply.github.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
kxm180046 <kxm180046@utdallas.edu> Co-authored-by:
Kunal Mukherjee <kunmukh@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 12 Oct, 2022 1 commit
-
-
LuckyLiuM authored
* metapath2vec package * fix bugs --metapath2vec package * add unittest and fix bugs * fix pyling messages * del init.py * fix bugs * modify metapath2vec and add deepwalk * metapath2vec module * Update * Update * rollback to initial metapath2vec * Update * Update * Update * Update Co-authored-by:
Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
-
- 10 Oct, 2022 1 commit
-
-
rudongyu authored
* add double radius node labeling * add doc * add test * fix lint issue * update * update * update * update * fix lint
-
- 30 Sep, 2022 1 commit
-
-
Israt Nisa authored
* replace with pow * autosummary for attributes * revert accidental push * revert accidental push * added example Co-authored-by:Israt Nisa <nisisrat@amazon.com>
-
- 29 Sep, 2022 1 commit
-
-
LuckyLiuM authored
* metapath2vec package * fix bugs --metapath2vec package * add unittest and fix bugs * fix pyling messages * del init.py * fix bugs * modify metapath2vec and add deepwalk * deepwalk module * del metapath2vec files * Update * Update * Update * Update * Update * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
- 28 Sep, 2022 1 commit
-
-
Israt Nisa authored
* sddmm init * SDDMM with N-D nonzero values * drop support for vector shaped non zero elements * address comments * skip cpu test * skip GPU test too Co-authored-by:
Israt Nisa <nisisrat@amazon.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 27 Sep, 2022 1 commit
-
-
Mufei Li authored
* Update * lint * Fix * Update * Update * Update * update * Fix * Update * Fix * Fix * Fix * CI * Update * Update * Update * update test Co-authored-by:Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
-
- 26 Sep, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Add reduction operators * Fix linting problem * Fix linting problem * Fix linting problem * Fix docstring * Fix test cases * Fix linting problem * Skip reduction unittests
-
- 23 Sep, 2022 1 commit
-
-
czkkkkkk authored
* [Sparse] Add Transposition * Fix docstring * Fix linting problem * Minor fix * Minor fix Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 20 Sep, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-9-26.ap-northeast-1.compute.internal>
-
- 14 Sep, 2022 1 commit
-
-
Israt Nisa authored
* init * Add api doc for sparse library * support op btwn matrices with differnt sparsity * Fixed docstring * addresses comments * lint check * change keyword format to fmt Co-authored-by:Israt Nisa <nisisrat@amazon.com>
-
- 05 Sep, 2022 1 commit
-
-
peizhou001 authored
* enable turn on/off libxsmm at runtime by adding a global config and related API Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-194.ap-northeast-1.compute.internal>
-
- 17 Aug, 2022 1 commit
-
-
Minjie Wang authored
* dist index chapter * preproc chapter * rst * tools page * partition chapter * rst * hetero chapter * 7.1 step1 * add parmetis back * changed based on feedback * address comments
-
- 16 Aug, 2022 1 commit
-
-
Rhett Ying authored
* [Feature] enable graph partition book support canonical etypes * fix lint * fix lint * add todo * refine according to review comments * fix lint * refine naming * revert PartitionPolicy __init__ * refine docstring * fix doc string
-
- 07 Jul, 2022 1 commit
-
-
Vibhu Jawa authored
* Added to_cugraph and from_cugraph functionality * fix from_cugraph example * Addressed Reviews * Fix linting * Apply suggestions to docstrings from code review Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * Add API docs and remove `from_cugraph` alias * move cugraph tests to tests/cugraph/test_basics.py * remove ununsed imports from test_basics.py * remove pytest.importorskip as no longer needed Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 20 Jun, 2022 1 commit
-
-
Rhett Ying authored
* [Dist] defer to load node/edge feats * fix lint * Update python/dgl/distributed/partition.py Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * Update python/dgl/distributed/partition.py Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu> * fix lint Co-authored-by:
Minjie Wang <minjie.wang@nyu.edu>
-
- 15 Jun, 2022 1 commit
-
-
ndickson-nvidia authored
* * Added functions from dgl.transforms.functional that were missing from the list for documentation in dgl.rst * * Sorted transform ops list in dgl.rst in alphabetical order Co-authored-by:Xin Yao <xiny@nvidia.com>
-
- 14 Jun, 2022 1 commit
-
-
RecLusIve-F authored
* Add Flickr and Yelp dataset * Update flickr.py * update * Update yelp.py * Update yelp.py * update * Update yelp.py * Update test_data.py * Update yelp.py * update * Update test_data.py * Update yelp.py Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 02 Jun, 2022 2 commits
-
-
RecLusIve-F authored
* Fix bugs & Update dataset * Update * Update wikics.py * Update wikics.py * Update test_data.py * Update wikics.py * Update wikics.py * Update wikics.py * update * Update module.py * Update dgl.data.rst * Update wikics.py * Update wikics.py Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
* Update * CI * Update * Update * Fix * Fix
-
- 27 May, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update dgl.data.rst * CI
-
- 20 May, 2022 1 commit
-
-
rudongyu authored
* add label propagation module * fix prev bug in example * add dgn * fix linting and doc issues * update label propagation & dgn * update label propagation & dgn * update example * fix unit test * fix agg heritage issue * fix agg issue * fix lint * fix idx * fix lp gpu issue * Update * Update Co-authored-by:mufeili <mufeili1996@gmail.com>
-
- 16 May, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Fix * Update * Update * Update
-
- 07 May, 2022 1 commit
-
-
RecLusIve-F authored
* [Model]P-GNN * updata * [Example]P-GNN * Update README.md * Add NodeFeatureMasking and NormalizeFeatures * Update * Update transforms.rst * Update * Update * Update * Update test_transform.py * Update * Update * Update test_transform.py * Update module.py * Update module.py * Update module.py Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 25 Apr, 2022 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 15 Apr, 2022 1 commit
-
-
Quan (Andy) Gan authored
* fix docs * remove * oh * fix
-
- 12 Apr, 2022 1 commit
-
-
Quan (Andy) Gan authored
* enable UVA sampling with CPU indices * add docs * add more docs * lint * fix * fix * better error message * use mp.Barrier instead of queues * revert * revert * oops * revert dgl.multiprocessing.spawn * Update pytorch.py
-
- 07 Apr, 2022 1 commit
-
-
rudongyu authored
* add EGNN & PNA * fix egnn issues * fix pna issues * update pna conv * add doc strings * update pnaconv * fix unused args issue * fix moment aggregation issue Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 30 Mar, 2022 3 commits
-
-
Krzysztof Sadowski authored
* radius graph * remove trailing whitespaces from docs * disable invalid name for transform func * disable radius graph module invalid name * move pylint disable before init * fix missing nodes from point set * update docs indexing * add compute mode as optional param * radius graph test * remove trailing whitespaces * fix precision when comparing tensors Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
rudongyu authored
* [Transform] Random Walk Positional Encoding & Laplacian Positional Encoding * Update python/dgl/transforms/module.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update python/dgl/transforms/functional.py & python/dgl/transforms/module.py * update python/dgl/transforms/functional.py * update doc indexing * update unit test * support weighted graphs for random_walk_pe * change reference * fix linter errors * fix datatype compatibility with MXNet & TF * fix device errors * fix result precision errors * change tensorflow abs api * reboost CI Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-
Mufei Li authored
* Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Update * Fix Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
- 26 Mar, 2022 1 commit
-
-
Minjie Wang authored
* wip: dataloading doc * update dataloading package doc and many others * lint
-