- 05 Aug, 2020 2 commits
-
-
Quan (Andy) Gan authored
-
xiang song(charlie.song) authored
* Add add_reverse_edges and is_simple_graph Update to_bidirected * remove is_simple_graph * Fix lint * to bidirected only support cpu * support copy ndata * upd Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 04 Aug, 2020 5 commits
-
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
Quan (Andy) Gan authored
-
Quan (Andy) Gan authored
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * SBMMixture dataset * Update sbm.py * fix example * Update sbm.py * Revert "Update sbm.py" This reverts commit 066db5c89bd5e159981ae7cad1bfb883ea5db71d. * Update sbm.py Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Hao Xiong authored
Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 03 Aug, 2020 14 commits
-
-
Zihao Ye authored
* upd * upd * upd * upd
-
Zihao Ye authored
* upd * upd * upd * upd
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * RedditDataset * Update reddit.py Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * gnn benchmark dataset * Update gnn_benckmark.py Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Zihao Ye authored
* upd * upd Co-authored-by:Ubuntu <ubuntu@ip-172-31-29-3.us-east-2.compute.internal>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * SSTDataset * Update tree.py
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * gdelt dataset * Update gdelt.py Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * ICEWS18Dataset Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Tong He authored
* update hash with deterministic function * update docstring * add test on determination
-
Tong He authored
* add LegacyTUDataset and TUDataset * update docstrings and url * update docstrings * add hash to fix save/load * update docstring and use hash Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Quan (Andy) Gan authored
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * bitcoinotc dataset * Update bitcoinotc.py
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * QM7bDataset * Update qm7b.py Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Da Zheng authored
* client init graph on the backup servers. * fix. * test multi-server. * fix anonymous dist tensors. * check #parts. * fix init_data * add multi-server multi-client tests. * update tests in kvstore. * fix. * verify the loaded partition. * fix a bug. * fix lint. * fix. * fix example. * fix rpc. * fix pull/push handler for backup kvstore * fix example readme. * change ip. * update docstring. Co-authored-by:Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal>
-
- 02 Aug, 2020 4 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Revert "Revert "PPIDataset"" This reverts commit 6938a4cbe3ac6e38d3e0188b5699e5c952a6102e. * update doc string Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
xiang song(charlie.song) authored
* Cluster-Sage * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-34-186.ec2.internal> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
Xiangkun Hu authored
* karateclub dataset * PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Update karate.py * doc string Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 01 Aug, 2020 4 commits
-
-
xiang song(charlie.song) authored
* Standalone can run * fix * Add save * Fix * Fix * Fix * Fix * debug * test * test * Fix * Fix * log * Fix * fix * Profile * auto sync grad * update * add test for unsupervised dist training * upd * Fix lr * Fix update * sync * fix * Revert "fix" This reverts commit d5caa7398b36125f6d6e2c742a95c6ff4298c9e9. * Fix * unsupervised * Fix * remove debug * Add test case for dist_graph find_edges() * Fix * skip tensorflow test for find_edges * Update readme * remove some test * upd * Update partition_graph.py Co-authored-by:
Ubuntu <ubuntu@ip-172-31-68-185.ec2.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-24-210.ec2.internal> Co-authored-by:
Da Zheng <zhengda1936@gmail.com>
-
Zihao Ye authored
[bugfix] Fix the memory leak issue of Cluster GAT under 0.5 kernel and simplify the bipartite GAT. (#1908) * uipd * upd * upd * upd * upd
-
xiang song(charlie.song) authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
xiang song(charlie.song) authored
* citation graph * GCN example use new citatoin dataset * mxnet gat * triger * Fix * Fix gat * fix * Fix tensorflow dgi * Fix appnp, graphsage for mxnet * fix monet and sgc for mxnet * Fix tagcn * update sgc, appnp Co-authored-by:Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
-
- 31 Jul, 2020 10 commits
-
-
Da Zheng authored
* fix bugs. * eval on both vaidation and testing. * add script. * update. * update launch. * make train_dist.py independent. * update readme. * update readme. * update readme. * update readme. * generate undirected graph. * rename conf_file to part_config * use rsync * make train_dist independent. Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-1.us-west-2.compute.internal> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-19-115.us-west-2.compute.internal> Co-authored-by:
xiang song(charlie.song) <classicxsong@gmail.com>
-
xiang song(charlie.song) authored
* cluster-gat for ogb * Fix new graph * Inference using minibatch style * update readme * Update params Co-authored-by:
Ubuntu <ubuntu@ip-172-31-34-186.ec2.internal> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
Chao Ma authored
* update * update * fix lint * update * update
-
Zihao Ye authored
-
Zihao Ye authored
* upd * upd * upd * upd * upd * trigger * simplify unittest Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Tong He authored
* add minigc * fix * update docstrings * update docstring * add hash to fix save/load * update hash
-
Tong He authored
* update GINDataset * update * update docstring * update * update docstrings * add hash to fix save/load * fix some stupid bugs Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
Tong He authored
* add hash function in base data classes * update doc
-
Quan (Andy) Gan authored
* add DGLWarning class * docstrings * lint
-
Minjie Wang authored
-
- 30 Jul, 2020 1 commit
-
-
xiang song(charlie.song) authored
* buildin knowledge graph dataset * upd * docstring * Fix Co-authored-by:
Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal> Co-authored-by:
Tong He <hetong007@gmail.com>
-