提交

提交图

3326 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 5542558433 [DistDGL] remove RPCSender/Receiver base classes (#5879) 2023-06-16 16:35:59 +08:00
Rhett Ying 4e5780e3e3 [DistDGL] remove unused rpc related files (#5878) 2023-06-16 13:40:11 +08:00
Rhett Ying 66c04855da [DistDGL] remove tensorpipe from third_party and no build (#5876) 2023-06-15 17:31:05 +08:00
Rhett Ying 9c5250829f [Misc] remove unnecessary print() from test_partition.py 2023-06-15 13:55:42 +08:00
Rhett Ying 1e886cb9cf [DistDGL] sort node/edge_map to obtain expected id ranges (#5872) 2023-06-15 13:53:53 +08:00
OlegPlatonov 921476c8c6 [Dataset] Add heterophilous graphs. (#5853)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-06-15 09:14:19 +08:00
Rhett Ying 894ae31ffc [DistDGL] keep net_type in public API even it is deprecated (#5875) 2023-06-14 21:35:41 +08:00
caojy1998 add152bf84 [CI] Add some notation for train_full.py and move it to a new directory (#5863)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-31.ap-northeast-1.compute.internal>
2023-06-14 20:52:07 +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
Rhett Ying 3a0bcc0c15 [Doc] fix doc build error caused by quickstart.ipynb (#5864) 2023-06-13 18:06:25 +08:00
keli-wen ae17185a65 [Sparse] Update code and add unittest for formats (#5859) 2023-06-13 15:46:34 +08:00
caojy1998 2446f2fd69 [Test] Add testcase for function AddSelfLoop (#5858)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-6-31.ap-northeast-1.compute.internal>
2023-06-13 14:59:50 +08:00
Andrei Ivanov b35f15b7f1 [Doc]Removing useless dataset loading instructions for the P-GNN example. (#5861)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-06-13 13:20:38 +08:00
Rhett Ying 8aa9d45231 [Dev]Update create_dev_conda_env.sh to enable cu118 2023-06-13 10:51:08 +08:00
hummingg 5641594c36 AIFB -> AIFBDataset (#5860) 2023-06-13 01:55:33 +08:00
Rhett Ying bdb787585d [GraphBolt] define __len__ for ItemSet/ItemSetDict (#5844) 2023-06-12 23:25:20 +08:00
keli-wen f5330cb6f3 [Sparse] Clean formats function docstring. (#5851)
update the DGLGraph.formats docstring
2023-06-12 15:13:56 +08:00
Rhett Ying 72ec1c95c6 [DistDGL] remove tensorpipe cpp code (#5850)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-06-12 10:50:58 +08:00
Rhett Ying df97f2e8ee [DistDGL] remove tensorpipe-based dist cpp test (#5849) 2023-06-12 09:45:48 +08:00
Rhett Ying 0f3223310d [DistDGL] remove tensorpipe from python APIs (#5848) 2023-06-09 16:35:51 +08:00
Zhiteng Li e47a02793f [NN] Refactor DegreeEncoder, SpatialEncoder and PathEncoder (#5799)
Co-authored-by: rudongyu <ru_dongyu@outlook.com>
2023-06-09 16:34:55 +08:00
caojy1998 4fd0a158ff [CI] Fix a description bug for AddSelfLoop (#5842)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
2023-06-09 13:30:39 +08:00
Hongzhi (Steve), Chen a051271731 [Misc] Fix indent for AddSelfLoop. (#5843)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-06-09 11:29:44 +08:00
czkkkkkk 154196854a [Tutotrial] Update sparse quickstart tutorial. (#5835) 2023-06-09 11:23:36 +08:00
Rhett Ying ec4284097f [GraphBolt] add typing hint for ItemSet/ItemSetDic/MinibatchSampler (#5841) 2023-06-09 10:40:12 +08:00
Rhett Ying 9c756a5e1e [GraphBolt] refine ItemSet/ItemSetDict and add examples (#5834) 2023-06-09 08:56:29 +08:00
Rhett Ying c9778b5522 [DistDGL] remove use of tensorpipe from examples and docs (#5837) 2023-06-09 08:55:53 +08:00
czkkkkkk 44bcb3f8d2 [Doc] Cleanup DiagMatrix related definitions. (#5836) 2023-06-08 19:25:23 +08:00
Rhett Ying b6f774cd83 [Examples] fix lint (#5838) 2023-06-08 17:21:38 +08:00
Rhett Ying 5ada3fc944 [GraphBolt] rename DictItemSet as ItemSetDict (#5806) 2023-06-08 11:13:53 +08:00
Rhett Ying d88275cae7 [GraphBolt] support DictItemSet in MinibatchSampler (#5803) 2023-06-08 09:46:29 +08:00
Wang, Xiao 945b0e543a [Build] use c++17 on tensoradaptor build (#5791) 2023-06-07 15:45:14 +08:00
rudongyu 9211d34fb8 [BugFix] Fix khop_adj (#5754) 2023-06-07 14:16:20 +08:00
Nick Baker b0308c8525 [Model] Implemented PGExplainer for Heterogeneous graph (#5739)
Co-authored-by: kxm180046 <kxm180046@utdallas.edu>
Co-authored-by: Kunal Mukherjee <kunmukh@gmail.com>
2023-06-07 13:42:36 +08:00
keli-wen 3a33c8b521 [Examples] Add Sampling Examples (#5777) 2023-06-07 13:29:32 +08:00
caojy1998 b981126b75 [doc] modify some expression in docs (#5801)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
2023-06-07 12:20:31 +08:00
Andrei Ivanov d1247b6f32 [Misc]Improving the output of the DCRNN training script. (#5790)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-06-07 12:00:28 +08:00
Chang Liu 23772ee160 [Example][Minor] Update README/requirements from sklearn -> scikit-learn (#5792) 2023-06-07 10:33:31 +08:00
Rhett Ying a1051f0095 [GraphBolt] add MinibatchSampler which supports ItemSet (#5793) 2023-06-07 10:11:31 +08:00
Rhett Ying b56552ffff [dev] add torchdata into conda env yaml (#5800) 2023-06-06 23:07:17 +08:00
Rhett Ying fa3fbbfb8f [CI] update CI docker images (#5796) 2023-06-06 19:39:32 +08:00
Rhett Ying a1fe08a8ca [CI] install torchdadta in docker CI (#5795) 2023-06-06 14:23:55 +08:00
Hongzhi (Steve), Chen 0be0330106 [Misc] Update Jenkins. (#5794)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-06-06 13:21:24 +08:00
Rhett Ying 290e1e9d8d fix indent typo in docstring 2023-06-06 10:38:38 +08:00
Rhett Ying 0202598953 [Examples] refine dist train example (#5763) 2023-06-06 09:25:21 +08:00
caojy1998 041f78ba1f [CI] authorize new contributor (#5788)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
2023-06-05 23:22:52 +08:00
peizhou001 c4aa74baf8 [GraphBolt] Add probs for neighbor sampling (#5774) 2023-06-05 13:18:07 +08:00
peizhou001 b03d70d39a [Graphbolt] Add fanout check (#5776) 2023-06-04 11:53:10 +08:00
peizhou001 95cf6924a1 [Graphbolt] Return etypes in the neighbor sampling (#5773) 2023-06-04 10:42:59 +08:00
peizhou001 ae97049e6c [GraphBolt] Add return_eid for neighbor sampling (#5772) 2023-06-04 10:05:22 +08:00