文件历史

846 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 00281219d0 [release] cherry pick missing commits (#6914)
Co-authored-by: Mingbang Wang <100203018+Skeleton003@users.noreply.github.com>
Co-authored-by: Ramon Zhou <deluxurous@gmail.com>
2024-01-08 10:06:03 +08:00
Mingbang Wang 35b50b61a5 [Misc] using index_select to avoid IndexError (#6777)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-02 13:31:22 +08:00
Songqing Zhang d6bf038789 [examples] fix Graphormer as key in state_dict has changed (#6806)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-27 10:35:54 +08:00
yxy235 6178897d3c [GraphBolt] Remove opt output_cscformat from examples. (#6834) 2023-12-26 16:39:50 +08:00
yxy235 9bb36f1a27 [GraphBolt] Add opt output_cscformat to examples. (#6773)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-12-19 14:10:30 +08:00
Ramon Zhou 65d83ad70c [GraphBolt] Delete to_dgl in graphbolt examples (#6759)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2023-12-18 13:05:57 +08:00
Rhett Ying 9d41734629 [GraphBolt] update to_dgl() in examples (#6763) 2023-12-17 23:06:47 +08:00
Ramon Zhou cad7caeb00 [Graphbolt] Rewrite to_dgl to multiple get functions (#6735) 2023-12-15 16:16:47 +08:00
Rhett Ying 70fdb69f47 [doc] add example for SubgraphSampler (#6752) 2023-12-15 11:15:26 +08:00
peizhou001 5a3c9192fc [Graphbolt[ Add reverse edgs in link prediction example (#6751)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-218.ap-northeast-1.compute.internal>
2023-12-14 12:49:42 +08:00
Ramon Zhou 0348ad3d30 [GraphBolt] Move to_dgl out of data loader in examples. (#6705) 2023-12-07 14:50:18 +08:00
caojy1998 9c241d83fc [Examples] Modify the output of examples for benchmark test (#6692)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-21-37.ap-northeast-1.compute.internal>
2023-12-05 17:29:19 +08:00
xiangyuzhi df3e7f1b6e [Sparse] Polish sparse example for graphbolt (#6691) 2023-12-05 16:12:36 +08:00
Zhen Liu 15d05be387 Fix num_labels to num_classes in dataset files (#6666) 2023-12-04 13:25:44 +08:00
Rhett Ying 2968c9b247 [GraphBolt] remove SingleProcessDataLoader (#6663) 2023-12-04 08:22:15 +08:00
Rhett Ying 3ea930d0d4 [example] update train time for DGL rgcn example 2023-12-01 13:14:21 +08:00
Rhett Ying aa9c11017e [examples] update train time for rgcn gb 2023-12-01 08:24:39 +08:00
Ramon Zhou e375275426 [Misc] Align dgl multi-gpu example to graphbolt (#6605) 2023-11-29 14:31:18 +08:00
Rhett Ying 8df646704b [examples] create dataloader before train epoch (#6636) 2023-11-28 17:08:52 +08:00
LastWhisper 829c073fd9 [Benchmark] Fix bugs in the DGL link prediction example. (#6630) 2023-11-28 09:59:20 +08:00
Ramon Zhou 24de73914a [GraphBolt] Modify multi-gpu example to make use of the persistent_workers (#6603) 2023-11-27 15:57:50 +08:00
LastWhisper a8e672e702 [Benchmark] Align the DGL/Graphbolt link pred examples (#6609) 2023-11-24 10:41:32 +08:00
Mingbang Wang 2d8d6fbb47 [Misc] Modify two node examples to make them consitent. (#6599) 2023-11-22 23:07:11 +08:00
Andrei Ivanov 09a1a2f893 Improving the JKNET example. (#6596) 2023-11-22 13:06:02 +08:00
Andrei Ivanov 35e5bca994 Improving the MLP example. (#6593) 2023-11-22 07:53:54 +08:00
xiangyuzhi 34da58da3c [Sparse] Add graphbolt sparse graphSAGE example (#6535)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-11-21 22:18:24 +08:00
xiangyuzhi ba2ca4be6d [Sparse] Add a LADIES example (#6560) 2023-11-20 18:22:20 +08:00
xiangyuzhi 76ce14b7b4 [Sparse] Fix example variable name (#6581) 2023-11-20 18:07:35 +08:00
Hongzhi (Steve), Chen 4392785137 [Graphbolt] Add readme for graphbolt quick start example. (#6528)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-16 17:03:35 +08:00
Hongzhi (Steve), Chen 0dea2f96b8 [Graphbolt] Link prediction cora example. (#6526)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-11-16 17:03:22 +08:00
Mingbang Wang b452043c34 [Misc] Add compare-to-graphbolt mode for regression test (#6569) 2023-11-15 19:22:42 +08:00
LastWhisper e82f174624 [Graphbolt] Enable Link Prediction example model.inference to accelerate the evaluation speed (#6557)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-12-115.ap-northeast-1.compute.internal>
2023-11-15 16:39:39 +08:00
Rhett Ying 2f47c2413e [GraphBolt] fix incorrect call in example (#6563) 2023-11-14 15:19:12 +08:00
SinuoXu 07db09f74b [Example] add ogc method (#6437)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-11-14 11:40:40 +08:00
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