文件历史

912 次代码提交

作者 SHA1 备注 提交日期
yxy235 fedaa36da5 [Example] Fix numpy errors in examples. (#6554)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-13 11:21:41 +08:00
Mingbang Wang 2d68923580 [Misc] Update comments in python code (#6551) 2023-11-09 16:34:01 +08:00
yxy235 6a1f94d362 [Examples] Fix bugs of numpy in examples. (#6546)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-09 10:09:53 +08:00
Hongzhi (Steve), Chen 6a44aae1cf [Misc] Cleanup example. (#6548)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-09 09:36:18 +08:00
Hongzhi (Steve), Chen e06505b341 [Misc] Remove the cora example dataset, too big. (#6547)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-09 09:29:01 +08:00
LastWhisper 964fd020fb [Example] Add early stop option for better regression test. (#6545) 2023-11-09 00:25:44 +08:00
Ramon Zhou 8f1b5782bb [Misc] Add dist.barrier to fix low accuracy issue in the example. (#6544) 2023-11-08 18:28:00 +08:00
Mingbang Wang 4c6e65437b [Misc] Modify create_dataloader() (#6537) 2023-11-08 15:31:18 +08:00
LastWhisper a24a38bcb0 [GraphBolt] Fix Link Prediction eample evaluation function bug and Enable cuda execution (#6522)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-42-141.ap-northeast-1.compute.internal>
2023-11-08 15:29:31 +08:00
Ramon Zhou f5c8c0b500 [GraphBolt] Update multi-gpu example for regression benchmark. (#6519) 2023-11-06 11:07:14 +08:00
LastWhisper 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) 2023-11-04 03:09:14 +08:00
Hongzhi (Steve), Chen 3f3652e0a7 [Graphbolt] Polish the quickstart node classification tasks. (#6530)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-03 23:31:38 +08:00
Hongzhi (Steve), Chen a1fb810e9b [Graphbolt] Add cora link prediction data as example. (#6521)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-03 17:30:56 +08:00
Hongzhi (Steve), Chen be0bf495d7 [Polish] Cleanup unnecessary local variable. (#6524)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-03 17:02:06 +08:00
xiangyuzhi 419799b866 [Sparse] Add a graphSAGE example (#6481) 2023-11-03 10:21:18 +08:00
Hongzhi (Steve), Chen 9ef950a62b [Graphbolt] Polish. (#6520)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-03 09:56:59 +08:00
Ramon Zhou 325e67ce19 [Misc] Change node features type of ogbn-products to float32 (#6518) 2023-11-02 17:09:41 +08:00
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
Andrei Ivanov 23c566a60a Adding --num_workers input parameter to the EEG_GCNN example. (#6467) 2023-10-26 10:18:22 +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
Ramon Zhou 2a92dfca30 [GraphBolt] Add a multi-gpu homo node classification example (#6428)
Co-authored-by: LastWhisper <whuwkl@gmail.com>
2023-10-24 16:04:35 +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
Rhett Ying 6f0c89603c [example] fix typo in README 2023-10-11 14:41:51 +08:00
caojy1998 b79dae36ad [Example] Modify the output of gated_gcn example to fit benchmark test (#6405)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
2023-10-09 14:30:18 +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 403dba6264 [Examples] enable train on ogb-lsc-mag240m (#6402) 2023-10-08 13:21:05 +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
czkkkkkk 5a7e156fd4 [Example] Fix label dtype error in multigpu node classification. (#6376) 2023-09-23 13:30:31 +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