- 08 Feb, 2021 1 commit
-
-
Tong He authored
* fix doc * update docstring for transformation on batch graph * update cn guide * fix format * update rst
-
- 07 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
* large graph training tutorials * add full graph link prediction update * fix * fix * fix * addressed comments
-
- 05 Feb, 2021 1 commit
-
-
Mufei Li authored
* update * Misc fix * Update
-
- 03 Feb, 2021 1 commit
-
-
Mufei Li authored
[Dataset] Change the Data Type of the Node Features in GINDataset/TUDataset from Float64 to Float32 (#2592) * Update * Update * Update * update Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Tong He <hetong007@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>
-
- 19 Jan, 2021 1 commit
-
-
Jinjing Zhou authored
-
- 14 Jan, 2021 2 commits
-
-
Mufei Li authored
-
Da Zheng authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 13 Jan, 2021 2 commits
-
-
zhjwy9343 authored
* [Doc] Add Chapter 7 * [Doc] Add CN part 7, 7.1, 7.2, and 7.3 * [Doc] Add CN part 7, 7.1, 7.2, and 7.3 * [Doc] 1st round copyediting, 7, 7.1, 7.2, and 7.3, removing EN parts. * [Doc] 2nd round copyediting. * [Doc] 3rd round copyediting. * [Doc] Copyedit with reviewers' comments. Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
zhjwy9343 authored
* [Doc] Add 1st CN in chapter 6 * [Doc] Add 1st CN in chapter 6 * [Doc] Add 1st CN in chapter 6.1 * [Doc] Add 1st CN in chapter 6.1 * [Doc] Add 1st CN in chapter 6.2 * [Doc] Add CN in chapter 6.2 * [Doc] Add CN in chapter 6.3 * [Doc] Fix a code bug in chapter 6.3 * [Doc] Add CN in chapter 6.4, 6.5, and 6.6. * [Doc] Add CN in chapter 6.4, 6.5, and 6.6,then remove EN parts. * [Doc] revised 6.4, 6.5, and 6.6. * [Doc] 2nd round of copyediting. * Delete syn1.bin Remove this unrelated file to this branch * [Doc] Update guide_cn index.rst. * [Doc] Update guide_cn index.rst. * [Doc] Update guide_cn index.rst. * [Doc] Update guide_cn index.rst. * [Doc] Add chapter 7 in index page * [Doc] edit chapter 6 in PR * [Doc] edit chapter 6 in PR * [Doc] Copyediting with Murphy and Minjie's comments. * [Doc] Fix doc line in the previous chapters. Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 11 Jan, 2021 1 commit
-
-
Tong He authored
* update graphdataloader in docs * fix * update examples * fix sagpool Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.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 2 commits
-
-
Zihao Ye authored
-
Quan (Andy) Gan 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>
-
- 01 Jan, 2021 1 commit
-
-
Quan (Andy) Gan authored
Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 25 Dec, 2020 1 commit
-
-
Quan (Andy) Gan authored
* first commit * some thoughts * move around * more commit * more fixes * now it uses torch allocator * fix symbol export error * fix * fixes * test fix * add script * building separate library per version * fix for vs2019 * more fixes * fix on windows build * update jenkinsfile * auto copy built dlls for windows * lint and installation guide update * fix * specify conda environment * set environment for ci * fix * fix * fix * fix again * revert * fix cmake * fix * switch to using python interpreter path * remove scripts * debug * oops sorry * Update index.rst * Update index.rst * copies automatically, no need for this * do not print message if library not found * tiny fixes * debug on nightly * replace add_compile_definitions to make CMake 3.5 happy * fix linking to wrong lib for multiple pytorch envs * changed building strategy * fix nightly * fix windows * fix windows again * setup bugfix * address comments * change README
-
- 21 Dec, 2020 1 commit
-
-
Zihao Ye authored
* upd * fix-link * lint
-
- 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
-
- 16 Dec, 2020 1 commit
-
-
Tianjun Xiao authored
* remove details about message passing optimization * address comments
-
- 15 Dec, 2020 1 commit
-
-
Minjie Wang authored
Remove the out-dated part. Add a link to the get started page.
-
- 10 Dec, 2020 1 commit
-
-
zhjwy9343 authored
* [Doc] Add CN index page * [Doc] Test table in contributor list * [Doc] Test table in contributor list * [Doc] Add table contents in contributor list * [Doc] Add table contents in contributor list * [Doc] Edit table contents in contributor list * [Doc] Edit table contents in contributor list Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 09 Dec, 2020 2 commits
-
-
Quan (Andy) Gan authored
* modify the wrong code in initialize the hetero_graph negative sampler the etype in hetero graph should be name of edges self.weights = { etype: g.in_degrees(etype=etype).float() ** 0.75 for _, etype, _ in g.canonical_etypes } the original code will give etype a Tuple format, it cannot apply to the next processing: self.weights[etype].multinomial(len(src), replacement=True) and I add the part which confusing me to generate eid_dict * fix Co-authored-by:Quan Gan <coin2028@hotmail.com> Co-authored-by:
Shaow <coco11563@yeah.net>
-
zhjwy9343 authored
* [Doc] Add CN chapter 5 * [Doc] Add CN 5.1 * [Doc] Add CN 5.2, 5.3, and 5.4 raw text * [Doc] Add CN 5.2, 5.3, and 5.4 raw text * [Doc] Put 5.1 CN parts * [Doc] Put 5.2,5.3, and 5.4 raw CN parts * [Doc] Fix linkage bugs. * [Doc] 1st round of copyediting, Chapter5, 5.1, and part of 5.2 * [Doc] 2nd round of copyediting, removing EN parts. * [Doc] 2nd round of copyediting, removing EN parts. * [Doc] 2nd round of copyediting, removing EN parts. * [Doc] 2nd round of copyediting, removing EN parts. * [Doc] 3rd round of copyediting. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 4th round of copyediting to Minjie's comments. * [Doc] 5th round of copyediting to Murphy's comments.
-
- 08 Dec, 2020 1 commit
-
-
Tong He authored
* add example code to user guide * improvement Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 03 Dec, 2020 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
-
- 30 Nov, 2020 2 commits
-
-
Quan (Andy) Gan authored
-
Mufei Li authored
* Update * Update * Update * Update * Update
-
- 27 Nov, 2020 1 commit
-
-
Zihao Ye authored
-
- 26 Nov, 2020 1 commit
-
-
Quan (Andy) Gan authored
Co-authored-by:Hongyu Cai <h.tsai@hotmail.com>
-
- 19 Nov, 2020 2 commits
-
-
Mufei Li authored
* Update * Update * Update
-
zhjwy9343 authored
* [Feature] Add full graph training with dgl built-in dataset. * [Feature] Add full graph training with dgl built-in dataset. * [Feature] Add full graph training with dgl built-in dataset. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Bug] fix model to cuda. * [Feature] Add test loss and accuracy * [Feature] Add test loss and accuracy * [Feature] Add test loss and accuracy * [Feature] Add test loss and accuracy * [Feature] Add test loss and accuracy * [Feature] Add test loss and accuracy * [Fix] Add random * [Bug] Fix batch norm error * [Doc] Test with CN in Sphinx * [Doc] Test with CN in Sphinx * [Doc] Remove the test CN docs. * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Feature] Add input embedding layer * [Doc] fill readme with new performance results * [Doc] Add Chinese User Guide, graph and 1.5 * [Doc] Add Chinese User Guide, graph and 1.5 * Update README.md * [Fix] Temporary remove compgcn * [Doc] Add CN user guide chapter2 * [Test] Tunning format * [Test] Tunning format * [Test] Tunning format * [Test] Tunning format * [Test] Tunning format * [Test] Section headers * [Fix] Fix format errors * [Fix] Fix format errors * [Fix] Fix format errors * [Doc] Add CN-EN EN-CN links * [Doc] Add CN-EN EN-CN links * [Doc] Copyedit chapter2 * [Doc] Copyedit chapter2 * [Doc] Remove EN in 2.1 * [Doc] Remove EN in chapter 2 * [Doc] Copyedit first 2 sections * [Doc] Copyedit first 2 sections * [Doc] copyedited chapter 2 CN * [Doc] Add chapter 3 raw texts * [Doc] Add chapter 3 preface and 3.1 * [Doc] Add chapter 3.2 and 3.3 * [Doc] Add chapter 3.2 and 3.3 * [Doc] Add chapter 3.2 and 3.3 * [Doc] Remove EN parts * [Doc] Copyediting 3.1 * [Doc] Copyediting 3.2 and 3.3 * [Doc] Proofreading 3.1 and 3.2 * [Doc] Proofreading 3.2 and 3.3 * [Doc] Add chapter 4 CN raw text. * [Clean] Remove codes in other branches * [Doc] Start to copyedit chapter 4 preface * [Doc] copyedit CN section 4.1 * [Doc] Remove EN in User Guide Chapter 4 * [Doc] Copyedit chapter 4.1 * [Doc] copyedit cn chapter 4.2, 4.3, 4.4, and 4.5. * [Doc] Fix errors in EN user guide graph feature and heterograph * [Doc] 2nd round copyediting with Murph's comments * [Doc] 3rd round copyediting with Murph's comments * [Doc] 3rd round copyediting with Murph's comments * [Doc] 3rd round copyediting with Murph's comments * [Sync] syncronize with the dgl master * [Doc] edited after Minjie's comments, 1st round * update cub Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-