"encoding/vscode:/vscode.git/clone" did not exist on "d8abf505f686220c0bfad1093003151dd27728d9"
- 14 May, 2021 1 commit
-
-
Quan (Andy) Gan authored
* standardizing thread_wrapped_func * lints * Update __init__.py
-
- 11 May, 2021 1 commit
-
-
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>
-
- 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>
-
- 09 Mar, 2021 1 commit
-
-
Hengrui Zhang authored
* [Feature] Support QM9Edge Datset * Update qm9_edge.py * disable tqdm * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * remove preprocessing part * add comparisons in qm9.py * [docs] add qm9edge dataset Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 25 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
* rename block to mfg * revert * rename
-
- 20 Feb, 2021 1 commit
-
-
Minjie Wang authored
* reorg * change titles * rm some stale API doc; minor fix * fix docs * add warning * rm new-tutorial run in ci * lint
-
- 19 Feb, 2021 2 commits
-
-
Da Zheng authored
* update DistGraph docstrings. * add user guide. * add doc string. * fix. * fix. * fix. Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 02 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 28 Jan, 2021 2 commits
-
-
Minjie Wang authored
* update doc of dgl.function * small fix
-
Zihao Ye authored
* add tvm as submodule * compilation is ok but calling fails * can call now * pack multiple modules, change names * upd * upd * upd * fix cmake * upd * upd * upd * upd * fix * relative path * upd * upd * upd * singleton * upd * trigger * fix * upd * count reducible * upd * upd * upd * upd * upd * upd * upd * upd * upd * only keep related files * upd * upd * upd * upd * lint * lint * lint * lint * pylint * upd * upd * compilation * fix * upd * upd * upd * upd * upd * upd * upd doc * refactor * fix * upd number Co-authored-by:
Zhi Lin <linzhilynn@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-42-78.us-east-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-21-156.us-east-2.compute.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 27 Jan, 2021 1 commit
-
-
xiang song(charlie.song) authored
* Add sparse embedding for dgl and update rgcn example * upd * Fix * Revert "Fix" This reverts commit 4da87cdfb8b8c3506b7fc7376cd2385ba8045c2a. * Fix * upd * upd * Fix * Add unitest and update impl * fix * Clean up rgcn example code * upd * upd * update * Fix * update score * sparse for sage * remove model sparse * upd * upd * remove global norm * revert delete model_sparse.py * update according to comments * Fix doc * upd * Fix test * upd * lint * lint * lint * upd * upd * clean up Co-authored-by:Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal>
-
- 26 Jan, 2021 2 commits
-
-
Tong He authored
* add edge weight in forward * fix lint * fix * fix * address comments * add utils * add util to normalize in gcn way * fix lint * add unittest * fix lint * fix docstring * fix docstring * address comments * improve notation consistence * use preferred fn
-
Quan (Andy) Gan authored
* move edge_softmax to functional * change examples * fixes * revert * fix * fix * remove * fix * test * add init Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 24 Jan, 2021 1 commit
-
-
Quan (Andy) Gan authored
* first commit * more commit * fix and docstring * add to api reference * address comments * Update convert.py
-
- 20 Jan, 2021 1 commit
-
-
xnouhz authored
* [Model] MixHop for Node Classification task * [docs] update * [docs] update * [fix] remove seed option * [fix] update readme * [feature] support qm9 dataset * [style] update * [docs] fix the details * [fix] indexing only support int * [style] update * [fix] multiple backends support * [docs] add qm9 * [fix] Z type: float32 -> int32 * [fix] Z type: int32 -> long * [docs] add ref * [docs] fix * [docs] update * [docs] update * [fix] test eval * [docs] fix example Co-authored-by:
xnuohz@126.com <ubuntu@ip-172-31-44-184.us-east-2.compute.internal> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 14 Jan, 2021 1 commit
-
-
Da Zheng authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 10 Jan, 2021 1 commit
-
-
Quan (Andy) Gan authored
* new tutorials for small graphs * address changes and use GraphDataLoader * fix and add data * fix load_data * style fixes * Update 5_graph_classification.py
-
- 07 Jan, 2021 1 commit
-
-
Tong He authored
* add graph dataloader * add to doc * fix * fix * fix docstring * update according to torch default_collate * add unittest * fix * fix lint * fix
-
- 06 Jan, 2021 1 commit
-
-
Zihao Ye authored
-
- 04 Jan, 2021 1 commit
-
-
Zihao Ye authored
* wip * udp * upd * fix typo * lint * lint * upd * upd * lint * lint * upd * upd * tftest * fix * fallback numpy * fix tf * docstring Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 21 Dec, 2020 1 commit
-
-
Zihao Ye authored
* upd * fix-link * lint
-
- 27 Nov, 2020 1 commit
-
-
Zihao Ye authored
-
- 19 Nov, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update
-
- 07 Nov, 2020 1 commit
-
-
nv-dlasalle authored
* Disable copying for anywhere but the GPU * Remove unused import and remove references to transferring from the GPU from the docs * Skip gpu test in cpu mode Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 02 Nov, 2020 1 commit
-
-
nv-dlasalle authored
* Update docs * Make non-default streams non-blocking
-
- 30 Oct, 2020 1 commit
-
-
nv-dlasalle authored
* Add async transferer class * Add async ndarray copy interface * Add python bindings * Fix comment * Add python class * Fix linting issues * Add python unit test * Update python interface * move async_transferer to cuda only directory * Fix linting issue * Move out of contrib * Add doc strings * Move test compute from backend * Update comment * Fix test naming * Fix argument usage * Wrap/unwrap backend parameters * Move to dataloading * Move to 'dataloading' * Make GPU/CPU compatible * Fix unit tests * Add docs * Use only backend interface for datamovement in unit test
-
- 21 Sep, 2020 1 commit
-
-
Mufei Li authored
-
- 12 Sep, 2020 2 commits
-
-
Mufei Li authored
* Update Doc for UDFs * add degree bucketing explanation * Update udf.rst * Update Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
* Update dgl.DGLGraph.rst * Update gcn.py
-
- 23 Aug, 2020 2 commits
-
-
Zihao Ye authored
-
Minjie Wang authored
-
- 21 Aug, 2020 2 commits
-
-
Tianjun Xiao authored
* fix user guide link * some fix on tensorflow
-
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
-
- 20 Aug, 2020 1 commit
-
-
Minjie Wang authored
* WIP: api * dgl.sampling, dgl.data * dgl.sampling; dgl.dataloading * sampling packages * convert * subgraph * deprecate * subgraph APIs * All docstrings for convert/subgraph/transform * almost all funcs under dgl namespace * WIP: DGLGraph * done graph query * message passing functions * lint * fix merge error * fix test * lint * fix Co-authored-by:Quan Gan <coin2028@hotmail.com>
-
- 19 Aug, 2020 1 commit
-
-
Da Zheng authored
* quick fix. * update sparse optimizer. * fix. * fix
-
- 18 Aug, 2020 2 commits
-
-
Da Zheng authored
* add doc. * update DistGraph. * add DistTensor. * update DistEmbedding. * add partition.py * add sampling. * fix. * add graph partition book and create a base class. * fix test. * add rst. * update doc rst. * update. * fix. * fix docs * update distributed tensor and embeddings. * add checks. * update DistGraph. * update initialization. * fix graph partition book. * update graph partition book. * update partition. * update partition. * fix. * add example code. * update DistGraph * Update python/dgl/distributed/dist_context.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update python/dgl/distributed/dist_context.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update python/dgl/distributed/dist_dataloader.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update python/dgl/distributed/dist_dataloader.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * Update python/dgl/distributed/dist_dataloader.py Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> * update initialize. * update dataloader. * update distgraph. * update DistGraph. * update DistTensor. * update. * more updates. * fix lint. * add num_nodes and num_edges Co-authored-by:
Chao Ma <mctt90@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Tianjun Xiao authored
* fix mxnet nn doc and no note on chebconv * change notes to note to highlight
-
- 17 Aug, 2020 2 commits
-
-
Mufei Li authored
* Update graph * Fix for dgl.graph * from_scipy * Replace canonical_etypes with relations * from_networkx * Update for hetero_from_relations * Roll back the change of canonical_etypes to relations * heterograph * bipartite * Update doc * Fix lint * Fix lint * Fix test cases * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix test * Fix * Update * Use DGLError * Update * Update * Update * Update * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Update * Update * Update * Update * Update * Update * Update * Fix * Fix * Update * Update * Update * Update * Update * Update * rewrite sanity checks * delete unnecessary checks * Update * Update * Update * Update * Update * Update * Update * Update * Fix * Update * Update * Update * Fix * Fix * Fix * Update * Fix * Update * Fix * Fix * Update * Fix * Update * Fix Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
Jinjing Zhou authored
* add chebconv * fix * lint * fix lint * docs
-