文件历史

提交图

85 次代码提交

作者 SHA1 备注 提交日期
Hongzhi (Steve), Chen 50c5e4880a [Graphbolt] Create a minimum gcn example with cora dataset. (#6512)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-02 15:32:13 +08:00
Hongzhi (Steve), Chen 40607e3c27 [Graphbolt] Create example for graphbolt dataformat. (#6511)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-02 15:31:04 +08:00
Mingbang Wang 4b6faecb1e [Misc] Modify two examples to make them consistent (#6513) 2023-11-01 17:16:59 +08:00
LastWhisper e0c7f95960 [GraphBolt] Update the param to make the code consistent (#6491) 2023-10-31 15:19:55 +08:00
Mingbang Wang 364806f2cc [GraphBolt] Modify node_classification for benchmark (#6501) 2023-10-28 14:35:13 +08:00
Hongzhi (Steve), Chen aff6b685c3 [Misc] Avoid using Literal which requires python 3.8. (#6493)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-10-24 16:45:16 +08:00
Mingbang Wang e6a15c1a42 [GraphBolt] Enable node_classification.py to run on GPU environment (#6490) 2023-10-24 16:19:18 +08:00
Mingbang Wang 75804a7d02 [GraphBolt] Enable the model to conduct layer-wise inference (#6482)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
2023-10-23 20:42:42 +08:00
Rhett Ying 4fca88177e [GraphBolt] update statistics with indexing enabled ItemSampler (#6478) 2023-10-20 13:09:26 +08:00
Rhett Ying a6daf822de [GraphBolt] fix feat_size fetch issue (#6469) 2023-10-19 11:53:54 +08:00
yxy235 4c883d896c [Misc] Replace api to get feature size in node_classfication and hetero_rgcn. (#6460)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-10-18 10:56:42 +08:00
yxy235 e4bb6abcea [Misc] Replace API to get feature size in example link prediction. (#6458)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-10-17 15:41:23 +08:00
Hongzhi (Steve), Chen c5ea35dc19 [Misc] Revert un-related change in #6447. (#6454)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-10-16 22:15:17 +08:00
peizhou001 f5b045587b [Graphbolt] Fix fanout order (#6447) 2023-10-16 18:16:14 +08:00
Mingbang Wang d1ee3a5527 [Misc] Replace the API to get feature size (#6448)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
2023-10-16 16:52:45 +08:00
Rhett Ying c1d117a60c [Example] fix typo in README 2023-10-11 14:42:29 +08:00
Andrzej Kotłowski 241760a5ef [Graphbolt] Fix link_prediction example (#6397)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-10-09 13:18:20 +08:00
Rhett Ying 5ce8b83d31 [GraphBolt] disable full neighbor sampling in reference stage for hetero rgcn example (#6396) 2023-10-07 15:25:49 +08:00
peizhou001 d3dd8e3700 [Graphbolt]Add to dgl datapipe warpper (#6390) 2023-09-28 10:24:16 +08:00
Rhett Ying 297e120fea [GraphBolt] enable gpu train on ogb-lsc-mag240m (#6380) 2023-09-26 18:34:01 +08:00
LastWhisper 7e687d5d40 [Graphbolt] fix evaluate bug and update readme in link prediction example. (#6367)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-09-26 13:20:49 +08:00
Rhett Ying d912947b78 [GraphBolt] enable gpu train for ogbn-mag (#6373) 2023-09-22 18:05:02 +08:00
MB Wang f859423001 [GraphBolt] GraphBolt Node Classification Example (#6359)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-39-125.ap-northeast-1.compute.internal>
2023-09-22 14:55:47 +08:00
Rhett Ying e22bd78fe0 [GraphBolt] enable training on ogb-lsc-mag240m (#6366) 2023-09-22 14:27:40 +08:00
peizhou001 ed3840fcba [Graphbolt] Replace reverse with original (#6371) 2023-09-22 12:03:48 +08:00
Muhammed Fatih BALIN c0ac2f60b7 [GraphBolt] Improving the node prediction example (#6353) 2023-09-21 10:53:27 +08:00
Hongzhi (Steve), Chen 8da2f83220 [Misc] Move graphbolt rgcn example to sampling/graphbolt. (#6361)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-21 09:01:33 +08:00
peizhou001 adf49937cc [Graphbolt] Add lightning example (#6335) 2023-09-19 10:21:57 +08:00
Rhett Ying 073a270e5a [GraphBolt] update example to use built-in dataset (#6336) 2023-09-15 12:52:23 +08:00
Hongzhi (Steve), Chen a848aa3e9b [Graphbolt] Reorder the parameters of UniformNegativeSampler. (#6322)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-14 10:05:31 +08:00
LastWhisper b888690083 [Graphbolt] Graphbolt Link Prediction Example (#6191) 2023-09-12 19:01:04 +08:00
Ayush Noori ce14a97ce1 [Doc] Fix typo in link prediction with sampling example (#6268) 2023-09-04 16:31:46 +08:00
LastWhisper 7ed2991f6e [Example] Polish GraphSAGE link prediction example and move it to sampling folder. (#6163)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-18 12:19:00 +08:00
Hongzhi (Steve), Chen b5e90bc323 [Misc] Update the comment in examples/sampling/node_classification.py (#5874) 2023-06-14 19:06:33 +08:00
keli-wen 3a33c8b521 [Examples] Add Sampling Examples (#5777) 2023-06-07 13:29:32 +08:00