提交

提交图

  • c8fef62928 Fix wrong logging level (#3689) Jinjing Zhou 2022-01-26 22:59:20 +08:00
  • 069dc45d50 [Docs] Fix sampling tutorials (#3683) Jinjing Zhou 2022-01-26 18:05:41 +08:00
  • 02e4cd8b56 [Feature] long live server for multiple client groups (#3645) Rhett Ying 2022-01-26 15:21:14 +08:00
  • 2b98e764e8 [Transform] Modules for Augmentation (#3668) Mufei Li 2022-01-25 20:29:46 +08:00
  • ba62b730b4 Disable tensoradapter and "using backend: xxx" log by default (#3684) Jinjing Zhou 2022-01-25 19:32:54 +08:00
  • 8f99b13193 feature: add a parse parameter degree_as_nlabel for pytorch-gin demo (#3676) PengZhang 2022-01-25 19:24:41 +08:00
  • 8f5baa15e4 [Doc] Fix spelling, references and update info on building docs (#3682) Jeremy Goh 2022-01-25 17:22:18 +08:00
  • dc629fc564 update docker image to newer pytorch (#3680) Jinjing Zhou 2022-01-23 23:25:34 +08:00
  • 9a6b81ef7d [Bugfix] Improve CompGCN (#3663) nxznm 2022-01-23 22:44:29 +08:00
  • d3930bab09 Add stale issue bot (#3673) Jinjing Zhou 2022-01-23 20:44:58 +08:00
  • 512a80b00d Remove weird file (#3677) Jinjing Zhou 2022-01-22 12:25:14 +08:00
  • ed4134ed74 [Example] fix auc in caregnn example (#3647) Zekuan (Kay) Liu 2022-01-21 04:33:29 -06:00
  • 574763711c [Distributed] Fix a typo in readme Minjie Wang 2022-01-21 16:26:34 +08:00
  • 0114f4fd79 Merge branch 'master' into fix_readme Minjie Wang 2022-01-21 16:26:06 +08:00
  • 40b44a43a9 [Feature] Pin dgl.graph to the page-locked memory (#3616) Xin Yao 2022-01-21 16:13:12 +08:00
  • 14ab462fd8 Update examples/pytorch/graphsage/experimental/README.md Da Zheng 2022-01-20 09:19:47 -08:00
  • 3b1978a379 fix. Da Zheng 2022-01-19 12:49:55 -08:00
  • 51651ecadc Fix test failure in multithread rpc test (#3660) Jinjing Zhou 2022-01-19 14:06:57 +08:00
  • e4cb4a3779 [Fix] reduce error msg, refine fetch logic of available ports (#3658) Rhett Ying 2022-01-19 09:41:58 +08:00
  • 9ec9df57ca [Fix] check and load dependencies when needed (#3655) Rhett Ying 2022-01-18 16:10:47 +08:00
  • 77f4287a41 [Bugfix] Fixes the redundancy parameter being used wrong in global negative sampling (#3657) Quan (Andy) Gan 2022-01-17 21:15:02 +08:00
  • 48cbea720e [Transform] Module Interface for Transform (#3636) Mufei Li 2022-01-17 17:45:07 +08:00
  • 2aad1c0b2e [Bugfix] Fix GPU global negative sampling code (#3653) Quan (Andy) Gan 2022-01-17 16:58:05 +08:00
  • 8d14a739bc fix. (#3652) Da Zheng 2022-01-14 17:12:13 -08:00
  • 2dd114ed24 [Distributed] Measure peak memory size in graph partitioning (#3633) Da Zheng 2022-01-13 15:41:53 -08:00
  • d03138e2cb [Bugfix?] Remove simple graph requirement for to_bidirected (#3630) Quan (Andy) Gan 2022-01-13 18:46:06 +08:00
  • 7f83d7456a [Feature] method for merging graphs into graphs (#3522) Andrew 2022-01-11 11:20:22 -05:00
  • 4b295d6080 [FIX] fix compute/test_data.py::test_csvdataset (#3643) Rhett Ying 2022-01-11 16:41:18 +08:00
  • 6dce19d8ff [Build] Fix compiler crashes when system's libuv-devel is older than required (#3640) Quan (Andy) Gan 2022-01-11 16:08:12 +08:00
  • 41124b3284 [Fix] Do not import DGLCSVDataset in default in case of dependency issue (#3642) Rhett Ying 2022-01-11 15:25:03 +08:00
  • b002f8f99f Pass the std:min argument's type, to avoid the compilation error. (#3637) MaoYuan Xian 2022-01-11 14:46:24 +08:00
  • 37467e2589 [Feature][Dist] change TP::Receiver/TP::Sender for multiple connections (#3574) Rhett Ying 2022-01-11 08:55:36 +08:00
  • 95c0ff6302 [Feature] add CSVDataset to load data from csv files (#3547) Rhett Ying 2022-01-10 17:21:57 +08:00
  • c04b5bc74c disabling cuda11 apis (#3635) Quan (Andy) Gan 2022-01-10 16:10:21 +08:00
  • 90f10b31cb [Feature] Negative sampling (#3599) Quan (Andy) Gan 2022-01-07 18:26:14 +08:00
  • 01bec4a31d Fix #3623 (#3628) Jinjing Zhou 2022-01-07 18:23:26 +08:00
  • b226fe014e [Windows] Support NDArray in shared memory on Windows (#3615) Quan (Andy) Gan 2022-01-04 18:51:14 +08:00
  • 9c1065479e [NN] Added activation function as an optional parameter to GINConv (#3565) RONANKI SWAMY SRIHARSHA 2021-12-29 11:31:01 +05:30
  • 4889c57822 Add 'nccl' backend in train_dist.py and fix pad_data function cuda bug (#3607) xcwan 2021-12-24 18:45:01 +08:00
  • 42897c3652 [Example] An example that re-creates the PyG OGB performance on ogbnmag (#3563) Zak Jost 2021-12-20 06:22:25 -08:00
  • 421c362266 Update train_dist.py (#3594) Jinjing Zhou 2021-12-20 20:24:45 +08:00
  • 5eca59d8dd [Feature] Add builtin binary op support in apply_edges() for heterogeneous graph (#3598) Israt Nisa 2021-12-20 02:46:41 -05:00
  • de0eb20968 fix link prediction (#3485) 0.7.x Quan (Andy) Gan 2021-11-09 23:57:27 +08:00
  • 88f5a8bec8 [Feature] Add heterogeneous graph API for edge_softmax (#3571) Israt Nisa 2021-12-19 13:51:51 -05:00
  • 25538ba421 Fix CopyVectorToNDArray in src/c_api_common.h (#3597) hirayaku 2021-12-19 06:58:19 -05:00
  • a62f2c14f6 [CI] Increase CI cpu machine cpus (#3595) Jinjing Zhou 2021-12-17 18:18:19 +08:00
  • 6418c1c541 fix reducer qualname and name to support pickle (#3540) Zeyan Li 李则言 2021-12-17 16:16:15 +08:00
  • 4bb94b1559 [DOC] Fix typo in CPU best practices section (#3587) mszarma 2021-12-17 08:57:23 +01:00
  • 6c81634b29 [Bugfix] Fixes wrong output in multi_update_all for reduce op max/min (Issue#3564)) (#3581) Israt Nisa 2021-12-16 19:54:15 -05:00
  • 70a499e388 [Feature] Add CUDA support for min and max reducer in heterogeneous API for unary message functions (#3566) Israt Nisa 2021-12-16 12:18:51 -05:00
  • dd762a1e8a [PinSAGESampler] support PinSAGE sampler on GPU (#3567) lixiaobai 2021-12-15 13:42:26 +08:00
  • 78e0dae693 [DistGNN, Graph partitioning] Libra partition (#3376) Vasimuddin Md 2021-12-15 07:32:31 +05:30
  • 02880e9f86 Fix unnecessary trigger of lazy copy (#3585) Jinjing Zhou 2021-12-13 17:11:03 +08:00
  • 7273a1661e [Doc] Fix docstring of MultiLayerNeighborSampler (#3579) ZZy979 2021-12-13 17:10:46 +08:00
  • 5f4c879399 Fix output dimensions of residual connection for GATv2Conv (#3584) schmidt-ju 2021-12-13 05:41:30 +01:00
  • a2241faf47 [Doc] fixing link and format in Korean User Guide (#3583) Muhyun Kim 2021-12-09 17:50:24 +09:00
  • d798280f19 [Bugfix] Fix SetDevice issue for NeighborMatching (#3341) Tianqi Zhang (张天启) 2021-12-08 20:16:11 +08:00
  • d6eecf90a1 [NN] TransE and TransR (#3530) Mufei Li 2021-12-07 10:13:13 +08:00
  • c3103b62bf [BugFix] Fix a bug in TWIRLS, add unittest (#3573) Yongyi 2021-12-07 00:23:09 +08:00
  • a3ce780d29 [RPC] Use tensorpipe for rpc communication (#3335) Jinjing Zhou 2021-12-06 20:03:33 +08:00
  • 987db374fd Fix for distributed training (#3542) Jinjing Zhou 2021-12-06 18:35:29 +08:00
  • eb08ef3831 [Distributed] Edge-type-specific fanouts for heterogeneous graphs (#3558) Quan (Andy) Gan 2021-12-06 13:59:29 +08:00
  • 156c17f3a6 [BugFix] Fix a bug of distributed SparseAdam optimizer. (#3561) xiang song(charlie.song) 2021-12-03 21:29:25 -08:00
  • cb0e1103ed [Feature] Add Min/max reducer in heterogeneous API for unary message functions (#3514) Israt Nisa 2021-12-03 11:39:30 -05:00
  • 769718dfcf Bring back thrust for backward compatibility (#3562) Jinjing Zhou 2021-12-03 16:30:35 +08:00
  • 9f445a1362 Fix removed submodule (#3560) Jinjing Zhou 2021-12-03 01:28:32 +08:00
  • 67f93144ed user guide korean version (#3559) Muhyun Kim 2021-12-03 01:09:47 +09:00
  • d2ef24335c [NN] EdgePredictor (#3518) Mufei Li 2021-12-02 14:25:31 +08:00
  • 490c5a8d72 [Model] RGCN with new heterograph API (#3025) Israt Nisa 2021-11-30 15:59:35 -05:00
  • 66a5455597 [Performance][GPU] Improve csr2coo.cu:_RepeatKernel() for more robust GPU usage (#3537) ayasar70 2021-11-30 11:08:57 -08:00
  • 44f0b5fe40 [PinSAGE samper] Adjust the APIs for PinSAGESamper (#3529) lixiaobai 2021-11-30 01:19:57 +08:00
  • da53275a17 Fix tgn example (#3543) Jinjing Zhou 2021-11-29 14:58:38 +08:00
  • 03c2c6d145 Fix #3497 (#3546) Jinjing Zhou 2021-11-29 14:58:10 +08:00
  • a7b5085a5d Add a note about the order of TUDataset (#3549) esang 2021-11-28 00:12:29 +08:00
  • cd6d113874 [BugFix] fix dimension unmatch issue and legacy issue of torchtext (#3539) Rhett Ying 2021-11-24 15:08:06 +08:00
  • 4bf70f0941 [Bugfix] issue #3527 (#3528) Harsh Sinha 2021-11-22 19:52:26 -05:00
  • 8dbf3a4716 [NN] Fix GATv2Conv residual for mini-batch (#3535) Krzysztof Sadowski 2021-11-22 16:44:34 +01:00
  • ea8b5d7933 fix #2278 VoVAllen 2021-11-22 10:53:27 +00:00
  • 7b4b8129e3 Add edge_weight parameters to nn modules (#3455) Jinjing Zhou 2021-11-21 14:59:46 +08:00
  • 9e7fbf9567 [NN] JumpingKnowledge (#3512) Mufei Li 2021-11-19 16:37:25 +08:00
  • 3aef467733 [Doc] User Guide for Using Edge Weights in Training (#3509) Mufei Li 2021-11-18 11:58:15 +08:00
  • 81915f5591 [Examples] RGCN Heterogeneous on ogbn-mag (#3371) Krzysztof Sadowski 2021-11-17 17:05:24 +01:00
  • 2150fcaf23 [Feature] Added heterograph support to SDDMM_COO and clean up SpMM and SDDMM hetero kernels (#3449) Israt Nisa 2021-11-17 02:29:27 -05:00
  • e053df7965 [Feature] enable async transfer in NodeDataLoader for homograph (#3407) Rhett Ying 2021-11-17 10:06:48 +08:00
  • 65fdfad67b [Doc] Fix the example code of negative sampler (#3501) Xin Yao 2021-11-16 17:49:34 +08:00
  • b8ce0f41a3 [Sampling] Cluster-GCN and ShaDow-GNN DataLoader (#3487) Quan (Andy) Gan 2021-11-16 13:16:25 +08:00
  • bba88cd6dc remove unused dependency (#3504) Jinjing Zhou 2021-11-16 06:21:58 +08:00
  • 5906fa4ce0 [Doc] Made a spelling correction (#3503) 0.6.x Akash Choudhuri 2021-11-15 16:04:32 +05:30
  • 2e8b56a3b6 [Randomwalk] Fix off-by-one bug in GenericRandomWalk() (#3500) Eric Kim 2021-11-15 00:24:52 -05:00
  • 863c249568 Fix User Guide EN and CN typo (#3495) Yang Su 2021-11-14 20:37:39 +08:00
  • 473d5e0a4c [Jenkins] Add Israt Nisa into authorized regression trigger list (#3496) Jinjing Zhou 2021-11-12 22:22:42 +08:00
  • dfa32ae092 [NN] GNNExplainer (#3490) Mufei Li 2021-11-11 02:22:22 +08:00
  • 55f2e87292 [Doc] Fix Doc for GATv2Conv (#3491) Mufei Li 2021-11-10 17:28:18 +08:00
  • 7c771d0d6c [BugFix] fix #3429 and update results of caregnn (#3441) Yuchen 2021-11-10 16:00:12 +08:00
  • ea8b93f9b2 [BugFix] fix in_degree/out_degree computation logic (#3477) Rhett Ying 2021-11-10 15:43:54 +08:00
  • f7360c3c89 fix link prediction (#3485) Quan (Andy) Gan 2021-11-09 23:57:27 +08:00
  • db78fac5df Update gatv2conv.py doc (#3486) Shaked Brody 2021-11-09 05:08:04 +02:00
  • fe6e01ad10 [Model] Lda subgraph (#3206) yifeim 2021-11-08 01:44:04 -08:00
  • 9c41e97cc0 [Doc] Fix type in CUDA.cmake (#3479) Hongyu Cai 2021-11-08 01:21:48 -05:00
  • 2a757d4aab Remove self-loops and duplicate edges before ParMETIS and restore when converting to DGLGraph (#3472) Rhett Ying 2021-11-08 11:17:19 +08:00