- 07 Jun, 2022 1 commit
-
-
Tudor Andrei Dumitrascu authored
* Update link to correct destination. * Update 4_rgcn.py * Update 4_rgcn.py * Update tutorials/models/1_gnn/4_rgcn.py * Update tutorials/models/1_gnn/4_rgcn.py * Update tutorials/models/1_gnn/4_rgcn.py Co-authored-by:Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
-
- 25 Aug, 2021 1 commit
-
-
kalinin-sanja authored
There is some misleading text. Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 03 Aug, 2021 1 commit
-
-
Jinjing Zhou authored
-
- 11 May, 2021 1 commit
-
-
Quan (Andy) Gan authored
* Update heterograph.py * remove unit tests * replace tutorial
-
- 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 1 commit
-
-
Quan (Andy) Gan authored
-
- 20 Dec, 2020 1 commit
-
-
Mufei Li authored
* Update gatedgraphconv.py * Update entity_classify.py * Update data-process.rst * Update reading_data.py * Update data-process.rst * Update utils.py * Update knowledge_graph.py * Update entity_classify.py * Update rdf.py * Update entity_classify_mb.py * Update test_classify.py * Update tensor.py * Update sparse.py * Update entity_classify_mp.py * Update 6_line_graph.py
-
- 30 Nov, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update * Update
-
- 28 Aug, 2020 1 commit
-
-
Jinjing Zhou authored
* Remove SSE * Update env_var.rst
-
- 20 Aug, 2020 1 commit
-
-
Jinjing Zhou authored
* remove mxnet tutorial * remove sse * fix docs
-
- 17 Jul, 2020 1 commit
-
-
Mufei Li authored
* Update README.md * Update README.txt
-
- 04 Jun, 2020 1 commit
-
-
Mufei Li authored
-
- 02 Jun, 2020 1 commit
-
-
Mufei Li authored
* Generate vocabulary from a new dataset * CI"
-
- 03 Apr, 2020 1 commit
-
-
Mufei Li authored
* Update doc and tutorials * Fix
-
- 22 Mar, 2020 1 commit
-
-
Minjie Wang authored
* patched 1_first * done 2_basics * done 4_batch * done 1_gcn, 9_gat, 2_capsule * 4_rgcn.py * revert * more fix
-
- 04 Mar, 2020 1 commit
-
-
Jinjing Zhou authored
-
- 11 Jan, 2020 1 commit
-
-
Mufei Li authored
-
- 10 Dec, 2019 1 commit
-
-
Da Zheng authored
* don't have activation. * add evaluation. * address comment.
-
- 30 Nov, 2019 2 commits
-
-
John Andrilla authored
* Edit for readability * giant_graph_readme edit for grammar * NodeFlow and Sampling edit pass for grammar * Update tutorials/models/1_gnn/9_gat.py * Update tutorials/models/1_gnn/9_gat.py
-
John Andrilla authored
Revisions for grammar and style
-
- 29 Nov, 2019 2 commits
-
-
John Andrilla authored
* Edit pass Updates for grammar and readability * Update tutorials/models/1_gnn/6_line_graph.py * Update tutorials/models/1_gnn/6_line_graph.py * Update tutorials/models/1_gnn/6_line_graph.py
-
John Andrilla authored
Grammar and style updates
-
- 28 Nov, 2019 1 commit
-
-
John Andrilla authored
* Edit for grammar and style Improve readability * Update tutorials/models/1_gnn/README.txt Co-Authored-By:
Aaron Markham <markhama@amazon.com> * Update tutorials/models/1_gnn/README.txt Co-Authored-By:
Aaron Markham <markhama@amazon.com>
-
- 30 Oct, 2019 1 commit
-
-
xiang song(charlie.song) authored
* upd * fig edgebatch edges * add test * trigger * Update README.md for pytorch PinSage example. Add noting that the PinSage model example under example/pytorch/recommendation only work with Python 3.6+ as its dataset loader depends on stanfordnlp package which work only with Python 3.6+. * Provid a frame agnostic API to test nn modules on both CPU and CUDA side. 1. make dgl.nn.xxx frame agnostic 2. make test.backend include dgl.nn modules 3. modify test_edge_softmax of test/mxnet/test_nn.py and test/pytorch/test_nn.py work on both CPU and GPU * Fix style * Delete unused code * Make agnostic test only related to tests/backend 1. clear all agnostic related code in dgl.nn 2. make test_graph_conv agnostic to cpu/gpu * Fix code style * fix * doc * Make all test code under tests.mxnet/pytorch.test_nn.py work on both CPU and GPU. * Fix syntex * Remove rand * Add TAGCN nn.module and example * Now tagcn can run on CPU. * Add unitest for TGConv * Fix style * For pubmed dataset, using --lr=0.005 can achieve better acc * Fix style * Fix some descriptions * trigger * Fix doc * Add nn.TGConv and example * Fix bug * Update data in mxnet.tagcn test acc. * Fix some comments and code * delete useless code * Fix namming * Fix bug * Fix bug * Add test for mxnet TAGCov * Add test code for mxnet TAGCov * Update some docs * Fix some code * Update docs dgl.nn.mxnet * Update weight init * Fix * reproduce the bug * Fix concurrency bug reported at #755. Also make test_shared_mem_store.py more deterministic. * Update test_shared_mem_store.py * Update dmlc/core * networkx >= 2.4 will break our examples * Update tutorials/requirements * fix selfloop edges * upd version
-
- 23 Apr, 2019 1 commit
-
-
Hao Zhang authored
* Update 9_gat.py * Update 1_gcn.py
-
- 18 Mar, 2019 1 commit
-
-
Quan (Andy) Gan authored
* refactored sampler code * docstring * fix tutorial
-
- 28 Feb, 2019 2 commits
- 21 Feb, 2019 1 commit
-
-
Hao Zhang authored
* 9_gat.py * readme * Update 9_gat.py * Update 9_gat.py * fix format
-
- 19 Feb, 2019 1 commit
-
-
Da Zheng authored
* sample layer subgraphs. * fix. * fix. * add layered subgraph. * fix lint. * fix. * fix tutorial. * fix. * remove copy_to_parent. * add num_layers * move sampling code to sampler.cc * fix. * move subgraph construction out. * Revert "move subgraph construction out." This reverts commit 24b3d13b0d8ed5f91847ea75a7674ee8f7d45cff. * change to NodeFlow. * use NodeFlow in Python. * use NodeFlowIndex. * add node_mapping and edge_mapping. * remove unnecessary code in SSE tutorial. * Revert "remove unnecessary code in SSE tutorial." This reverts commit 093f0413d5fa2e63ca5f80c46c80a126a9fb720c. * fix tutorial. * move to node_flow. * update gcn cv updater. * import NodeFlow. * update. * add demo code for vanilla control variate sampler. * update. * update. * add neighbor sampling. * return flow offsets. * update node_flow. * add test. * fix sampler. * fix graph index. * fix a bug in sampler. * fix map_to_layer_nid and map_to_flow_eid. * fix apply_flow. * remove model code. * implement flow_compute. * fix a bug. * reverse the csr physically. * add mini-batch test. * add mini batch test. * update flow_compute. * add prop_flows * run on specific nodes. * test copy * fix a bug in creating frame in NodeFlow. * add init gcn_cv_updater. * fix a minor bug. * fix gcn_cv_updater. * fix a bug. * fix a bug in NodeFlow. * use new h in gcn_cv_updater. * add layer_in_degree and layer_out_degree. * fix gcn_cv_updater for gpu. * temp fix in NodeFlow for diff context. * allow enabling/disabling copy back. * add with-updater option. * fix a bug in computing degree. * add with-cv option. * rename and add comments. * fix lint complain. * fix lint. * avoid assert. * remove assert. * fix. * fix. * fix. * fix. * fix the methods in NodeFlow. * fix lint. * update SSE. * remove gcn_cv_updater. * correct comments for the schedulers. * update comment. * add map_to_nodeflow_nid * address comment. * remove duplicated test. * fix int. * fix comments. * fix lint * fix. * replace subgraph with NodeFlow. * move view. * address comments. * fix lint. * fix lint. * remove static_cast. * fix docstring. * fix comments. * break SampleSubgraph. * move neighbor sampling to sampler.cc * fix comments. * rename. * split neighbor_list. * address comments. * fix. * remove TODO.
-
- 15 Feb, 2019 1 commit
-
-
Zihao Ye authored
* fix rgcn tutorial * small fix * upd
-
- 10 Jan, 2019 1 commit
-
-
brett koonce authored
* minor spelling tweaks * Update CONTRIBUTORS.md
-
- 04 Jan, 2019 1 commit
-
-
Minjie Wang authored
* reorg the doc mainpage * contribute guide
-
- 17 Dec, 2018 1 commit
-
-
Da Zheng authored
* update GNN tutorial. * Update README.txt
-
- 12 Dec, 2018 1 commit
-
-
Lingfan Yu authored
* remove loading backend in sse * build mxnet in a second run * a third run to fix everything * fix docstring in sampler * fix docstring in transformer * README for doc build * some reordering and printing * use filename_pattern instead of ignore_pattern to reduce warning at the cost of redundant work... * add env var to use mxnet in Jenkinsfile * remove step 3, it's already fixed by previous commit
-
- 11 Dec, 2018 1 commit
-
-
Minjie Wang authored
* update version; add news.md; modify contributing.md * change urls to dmlc
-
- 10 Dec, 2018 1 commit
-
-
Zihao Ye authored
* upd tutorial * upd tutorial
-
- 07 Dec, 2018 1 commit
-
-
Zihao Ye authored
* change the signature of node/edge filter * upd filter * Support multi-dimension node feature in SPMV * push transformer * remove some experimental settings * stable version * hotfix * upd tutorial * upd README * merge * remove redundency * remove tqdm * several changes * Refactor * Refactor * tutorial train * fixed a bug * fixed perf issue * upd * change dir * move un-related to contrib * tutuorial code * remove redundency * upd * upd * upd * upd * improve viz * universal done * halt norm * fixed a bug * add draw graph * fixed several bugs * remove dependency on core * upd format of README * trigger * trigger * upd viz * trigger * add transformer tutorial * fix tutorial * fix readme * small fix on tutorials * url fix in readme * fixed func link * upd
-
- 05 Dec, 2018 2 commits
-
-
VoVAllen authored
* add sse tutorial * add mxnet tutorial ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix ci * Fix ci * Fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * fix ci * Fix CI Fix CI image * permission fix * fix a bug in the code. * small fix * fix doc * fix ci * shorten the iters * fix * remove extra file * add load_backend api to dynamically switch to another backend * try fix * fix tutorial * fix tutorial * fix bug in tutorial
-
Lingfan Yu authored
* fix all code tutorial links and typos in texts * sse readme format * fix * sse paper link * gat readme * fix
-