- 17 Aug, 2020 5 commits
-
-
Jinjing Zhou authored
* add chebconv * fix * lint * fix lint * docs
-
Minjie Wang authored
-
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.
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
* [Doc] User guide section 5 and 6 * oops * fix
-
- 15 Aug, 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
-
- 14 Aug, 2020 3 commits
-
-
Jinjing Zhou authored
-
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
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst * image in dataset userguide
-
- 13 Aug, 2020 1 commit
-
-
Quan (Andy) Gan authored
* update knn graph docs * more docs * [Doc] transform module docstrings * remove copy_ndata and copy_edata * fix * lint * fix * fix * fix * clean up docstrings * fix docstring * dtype specifications * addresses comments * fix Co-authored-by:
Mufei Li <mufeili1996@gmail.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 12 Aug, 2020 2 commits
-
-
Tianjun Xiao authored
* go through gcn, relgcn * fix tagconv formula * fix doc in sageconv * fix sgconv doc * replace hat with tilde * more comments on gmmconv * fix agnnconv chebconv doc * modify nnconv doc * remove & * add nn conv examples * Rebase master * More merge conflicts * check homo * add back self loop for some convs, check homo in tranform * add example for denseconv * add example and doc for dotgat and cfconv * check in-degree for graphconv * add language fix * gconv address all comments * another round of change based on api template * change agnn * go through agnn, appnp, atomic, cf, cheb, dense, gat, sage modules * finish pytorch part of nn conv * mxnet graphconv done * tensorflow graphconv works * add new modules into doc * add comments to not split code * refine doc * resr * more comments * more fix * finish conv and dense conv part api * pylint fix * fix pylink * fix pylint * more fix * fix * fix test fail because zere in degree * fix test fail * sage is not update for mxnet tf Co-authored-by:Ubuntu <ubuntu@ip-172-31-0-81.us-east-2.compute.internal>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers * Update data.rst
-
- 11 Aug, 2020 4 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide * remove chapter numbers
-
Quan (Andy) Gan authored
* clean commit * oops forgot the most important files * use einsum * copy feature from frontier to block * Revert "copy feature from frontier to block" This reverts commit 5224ec963eb6a3ef1b6ab74d8ecbd44e4e42f285. * temp fix * unit test * fix * revert jtnn * lint * fix win64 * docstring fixes and doc indexing * revert einsum in sparse bidecoder * fix some examples * lint * fix due to some tediousness in remove_edges * addresses comments * fix * more jtnn fixes * fix
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * data pipeline user guide
-
Tianjun Xiao authored
* add message passing user gude rst * add nn user guide Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 10 Aug, 2020 1 commit
-
-
Minjie Wang authored
-
- 07 Aug, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * upd * upd * upd * upd * upd
-
- 06 Aug, 2020 2 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * update doc * Update data.rst Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
Tong He authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * update data rst * update data doc and docstring * API doc rst for dataset * docstring * update api doc * add url format * update docstring * update citation graph * update knowledge graph * update gc datasets * fix index * Rst fix (#3) * Fix syntax * syntax * update docstring * update doc (#4) * final update * fix rdflib * fix rdf Co-authored-by:
HuXiangkun <huxk_hit@qq.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
- 31 Jul, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * upd * upd * trigger * simplify unittest Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 28 Jul, 2020 3 commits
- 13 Jul, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * relax * relax too * upd
-
- 02 Jul, 2020 1 commit
-
-
Quan (Andy) Gan authored
* neighbor sampler data loader first commit * more commit * nodedataloader * fix * update RGCN example * update OGB * fixes * fix minibatch RGCN crashing with self loop * reverting gatconv test code * fix * change to new solution that doesn't require tf dataloader * fix * lint * fix * fixes * change doc * fix docstring * docstring fixes * return seeds and input nodes from data loader * fixes * fix test * fix windows build problem * add pytorch wrapper * fixes * add pytorch wrapper * add unit test * add -1 support to sample_neighbors & fix docstrings * docstring fix * lint * add minibatch rgcn evaluations Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Tong He <hetong007@gmail.com>
-
- 05 Jun, 2020 1 commit
-
-
Mufei Li authored
* Move LifeSci * Remove doc
-
- 03 Jun, 2020 1 commit
-
-
Mufei Li authored
* Use new version of Cora * Fix import
-
- 25 May, 2020 1 commit
-
-
Jinjing Zhou authored
* add cuda 10.2 * type
-
- 19 May, 2020 1 commit
-
-
Quan (Andy) Gan authored
* fix docs of to_block * fix * oops * more fixes
-
- 14 May, 2020 1 commit
-
-
Zihao Ye authored
* upd * simplify * further simplify * lint * doc * upd * upd * upd * upd * upd * upd * upd * lint * rename format * upd * lint * upd * upd * upd * udp * debug * upd * upd * upd * upd * upd * 无可厚非吧 * 中三边肥 * 你一定要喊吗 * lint * upd * upd * upd * upd * upd * upd * upd * Update unit_graph.h Co-authored-by:
Zihao Ye <yzh119@192.168.0.110> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com> Co-authored-by:
Quan (Andy) Gan <coin2028@hotmail.com>
-
- 09 Apr, 2020 1 commit
-
-
Adam J. Stewart authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 02 Apr, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update
-
- 30 Mar, 2020 1 commit
-
-
Jinjing Zhou authored
* TF backend fix and new logic to choose backend * fix * fix * fix * fix * fix backend * fix * dlpack alignment * add flag * flag * lint * lint * remove unused * several fixes Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 25 Mar, 2020 1 commit
-
-
Adam J. Stewart authored
Co-authored-by:Tong He <hetong007@gmail.com>
-
- 16 Mar, 2020 1 commit
-
-
Mufei Li authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 08 Mar, 2020 1 commit
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-60-78.ec2.internal>
-
- 06 Mar, 2020 1 commit
-
-
Zihao Ye authored
-
- 05 Mar, 2020 1 commit
-
-
Zihao Ye authored
* upd * upd * upd * lint * fix * fix test * fix * fix * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd * upd tutorial * upd * upd * fix kg * upd doc organization * refresh test * upd * refactor doc * fix lint Co-authored-by:Minjie Wang <minjie.wang@nyu.edu>
-
- 26 Jan, 2020 1 commit
-
-
Minjie Wang authored
* reorg tutorials and api docs * fix
-