提交

提交图

  • 9a9a06eb2f [Bug Fix] Fix undefined var bug in LegacyTUDataset (#2543) 张天启 2021-01-19 13:58:01 +08:00
  • b36b6c268e [Example] Add HGP-SL example for pytorch backend (#2515) 张天启 2021-01-18 17:01:52 +08:00
  • 1caf01d0d4 Add one paper Minjie Wang 2021-01-18 14:28:22 +08:00
  • 6b4638203e Update README.md Minjie Wang 2021-01-18 14:01:54 +08:00
  • 8c8c5b1dc1 [Bug fix] Stop erasing schemas of frames with no data rows (#2529) Andrew 2021-01-16 21:32:47 -05:00
  • 673cc64c8c [Example] Add hardGAT example (#2486) Chen Sirui 2021-01-15 16:58:19 +08:00
  • 121ee7c95b Update PULL_REQUEST_TEMPLATE.md (#2541) Mufei Li 2021-01-15 16:10:37 +08:00
  • 5da3439c16 [Feature] Add Device Flag in Data Loaders (#2450) Mufei Li 2021-01-15 07:39:26 +08:00
  • b1fb3c15ec Update example README.md Minjie Wang 2021-01-14 17:19:13 +08:00
  • 0ab9167c11 Update CONTRIBUTORS.md (#2538) Andrew 2021-01-14 04:09:00 -05:00
  • c29daaef56 Add API benchmarks (#2522) Jinjing Zhou 2021-01-14 15:53:28 +08:00
  • 0778766411 [Bug fix] [Feature] added option for batching empty data (#2527) Andrew 2021-01-14 02:25:13 -05:00
  • 4d89b54efa [Bug] Fix munmap() using wrong parameter (#2519) Quan (Andy) Gan 2021-01-14 15:00:49 +08:00
  • a6ec8480ef [Doc] Update FAQ (#2536) Mufei Li 2021-01-14 14:26:02 +08:00
  • 1db7588739 fix. (#2534) Da Zheng 2021-01-13 22:23:36 -08:00
  • bedccc2392 fix 2532 (#2533) Tong He 2021-01-14 13:40:25 +08:00
  • a9e16c177c [Example] GNN-FiLM (#2476) KounianhuaDu 2021-01-13 22:34:14 +08:00
  • c448e61b55 [Doc] CN User Guide Chapter 7 (#2481) zhjwy9343 2021-01-13 19:28:20 +08:00
  • 31f65f036a [Doc] user guide CN chapter 6 (#2452) zhjwy9343 2021-01-13 17:12:33 +08:00
  • 54f186bba0 Fix (#2524) xiang song(charlie.song) 2021-01-13 15:09:21 +08:00
  • 80fdcfdf83 [Example] Graph Random Neural Network (#2502) 张恒瑞 2021-01-13 14:06:47 +08:00
  • 1502c56d51 [Doc] Fix typo of datasets (#2517) Hongyu Cai 2021-01-13 12:34:47 +08:00
  • 1e69bf5387 [Paper List] Add Three Papers (#2525) Mufei Li 2021-01-13 03:33:38 +08:00
  • 498505bafb [Doc] fix docserver build for tutorials (#2518) Quan (Andy) Gan 2021-01-12 17:55:58 +08:00
  • 5d4995e6e8 Update README.md (#2510) Hongyu Cai 2021-01-12 13:14:10 +08:00
  • 9fb376385d fix (#2516) Quan (Andy) Gan 2021-01-12 09:53:19 +08:00
  • 71283997ce Integrate Regression Test with Jenkins (#2448) Jinjing Zhou 2021-01-11 16:01:51 +08:00
  • 4e7a646b26 add one paper (#2513) Tong He 2021-01-11 15:18:27 +08:00
  • 4807862288 [Doc] Add two papers to Awesome papers list (#2511) Xiangkun Hu 2021-01-11 14:30:30 +08:00
  • a9f8f2589c [Doc] Update GraphDataLoader in our docs (#2504) Tong He 2021-01-11 13:11:19 +08:00
  • e018939729 [Tutorial] New tutorials for small graphs (#2482) Quan (Andy) Gan 2021-01-10 22:24:21 +08:00
  • 16169f3a9d [Test] Regression speed test for rgcn with neighbor sampling (#2461) xiang song(charlie.song) 2021-01-10 00:03:45 +08:00
  • 400687d7a8 add venue label filename; delete redundant code (#2491) Pein 2021-01-08 17:05:33 +08:00
  • bdb88df576 [Performance] Allow DataLoaders to return indices of the seed array (#2495) Quan (Andy) Gan 2021-01-08 14:30:52 +08:00
  • 79940695de [Examples][Bug] fix a silly typo in JTNN (#2505) Quan (Andy) Gan 2021-01-07 20:14:45 +08:00
  • e2e524df41 [Feature] Add GraphDataLoader implementation (#2496) Tong He 2021-01-07 13:38:21 +08:00
  • fa5f4d6aa7 [Doc] Hotfix on docstring of set_batch_num_edges (#2498) Zihao Ye 2021-01-06 21:45:04 +08:00
  • 2caac086c2 [Bug] send_and_recv and pull may write to wrong places (#2497) Quan (Andy) Gan 2021-01-06 17:18:37 +08:00
  • 4507bebc1a add compute_loss example in link prediction user guide (#2487) Quan (Andy) Gan 2021-01-06 14:27:51 +08:00
  • 0c2a2ea1e2 [Bugfix] Handle a Corner Case of Batching after Removing Nodes/Edges (#2465) Mufei Li 2021-01-05 22:22:03 +08:00
  • 08671d81f3 Fix ci icon in readme (#2490) Jinjing Zhou 2021-01-05 15:10:58 +08:00
  • 21e90cbf48 [Doc] Fix number of classes in Amazon Cobuy datasets (#2488) Xiangkun Hu 2021-01-05 13:08:05 +08:00
  • 63327acfea [Test] Pinsage speed regression test (#2467) xiang song(charlie.song) 2021-01-05 00:14:35 +08:00
  • f960468f50 [feature] APIs for manually set batch_num_nodes and batch_num_edges (#2430) Zihao Ye 2021-01-04 23:43:58 +08:00
  • d3c1645550 [Performance][Test] New low memory implementation for RGCN and related regression tests (#2468) Minjie Wang 2021-01-04 22:23:59 +08:00
  • 80de340d86 Update README.md (#2485) Mufei Li 2021-01-04 15:29:24 +08:00
  • a3d86376d9 [Test] Regression speed test for GAT neighbor sampler (#2462) xiang song(charlie.song) 2021-01-03 22:16:44 +08:00
  • 9fabc9b8c5 [Doc] fix simple typo, tranfer -> transfer (#2464) Tim Gates 2021-01-02 22:26:09 +11:00
  • d696558b0b fix building script for tensoradapter on mac (#2472) Quan (Andy) Gan 2021-01-02 02:59:14 +08:00
  • a8ce095724 update the code of examples/pytorch/metapath2vec.py (#2463) Pein 2021-01-02 01:02:01 +08:00
  • 4464b9734c Fix kg dataset len() (#2475) xiang song(charlie.song) 2020-12-31 23:33:21 +08:00
  • 4208ce2b9e [Feature] Tvm integration (#2367) Zhi Lin 2020-12-31 17:40:25 +08:00
  • 035f1ae355 [Papers] Update papers using DGL (#2459) Haoming Lu 2020-12-29 16:46:38 +08:00
  • 1ac70abbc9 [Test] Update unsupervised regression speed test (#2460) xiang song(charlie.song) 2020-12-29 00:35:36 +08:00
  • 927d2b319b [Example] Move Data to GPU before Minibatch Training (#2453) Mufei Li 2020-12-28 21:26:32 +08:00
  • 72ef642f29 [Example] Add sagpool example for pytorch backend (#2429) 张天启 2020-12-28 17:44:55 +08:00
  • 5d8330ccad [Test] Add model speed and accuracy tests for RGCN (#2458) Minjie Wang 2020-12-28 10:20:50 +08:00
  • f8b3ebcecc [Regression Test] Add sage neighbor sample test for reddit (#2449) xiang song(charlie.song) 2020-12-27 11:00:18 +08:00
  • 3d1f2e870a delete shared memory when receiving signals. (#2419) Da Zheng 2020-12-26 10:41:10 -08:00
  • e805470101 addressing post-merge comments (#2455) Quan (Andy) Gan 2020-12-26 17:58:15 +08:00
  • 0018e90c5a [Doc] Implementation Index Page (#2443) Mufei Li 2020-12-26 14:37:04 +08:00
  • 9fe47355f0 [Build] Option to disable CUDA arch autodetection for PyTorch (#2454) Quan (Andy) Gan 2020-12-25 15:12:13 +08:00
  • 9a7235faf2 [Performance] Use allocator from PyTorch if possible (#2328) Quan (Andy) Gan 2020-12-25 13:57:51 +08:00
  • 4444a43af1 Update README.md (#2447) Mufei Li 2020-12-23 14:14:24 +08:00
  • 5d3da4bcef [hotfix] Enable AVX optimization by default. (#2438) Zihao Ye 2020-12-21 12:35:17 +08:00
  • baace710cf [documentation] Improve the docstring of global pooling layer (#2437) Zihao Ye 2020-12-21 10:12:54 +08:00
  • 2f28f79169 Add 6 papers to the awesome paper list in DGL Minjie Wang 2020-12-20 23:11:39 +08:00
  • 5d0d7660d9 [Doc] Add six paper to awesome paper list (#2435) Xiangkun Hu 2020-12-20 17:05:42 +08:00
  • 492ad9be81 [Fix] Avoid Overloading Nonzero for PyTorch Backend (#2434) Mufei Li 2020-12-20 13:12:17 +08:00
  • 5c77b61184 [Model] MixHop for Node Classification task (#2426) xnouhz 2020-12-18 19:28:46 +08:00
  • c5b111e576 Update README.md (#2432) Mufei Li 2020-12-18 16:32:07 +08:00
  • d79606b046 [Doc]Add four papers to the awesome list (#2431) Tong He 2020-12-18 15:29:44 +08:00
  • e379e52585 [hotfix] Make USE_AVX a flag in cmake to avoid compilation error for arm user (#2428) Zihao Ye 2020-12-17 17:29:15 +08:00
  • 50f1f4ae78 Remove details about message passing optimization (#2425) Tianjun Xiao 2020-12-16 14:56:38 +08:00
  • 8d0811385b [Doc] Update installation page Minjie Wang 2020-12-15 16:58:13 +08:00
  • 54f675c26d [Doc] Update installation instruction 0.5.x Minjie Wang 2020-12-15 16:57:17 +08:00
  • 0133f76430 [Doc] Update installation instruction Minjie Wang 2020-12-15 16:54:32 +08:00
  • 6634b984f4 [Test] Basic regression test setup. (#2415) Minjie Wang 2020-12-15 14:35:15 +08:00
  • 8ff4798075 [RPC] Make the port reusable after the socket is closed. (#2418) Da Zheng 2020-12-14 21:43:52 -08:00
  • 9d7bf4ea89 Fix citation data loading (#2421) xiang song(charlie.song) 2020-12-14 14:58:01 +08:00
  • 0ceb6751a0 Correct error when using enisum (#2417) Maybewuss 2020-12-13 01:00:03 +08:00
  • 9dff5419ea [Performance][Hotfix] Disable openmp in arithmetic operation (#2412) Quan (Andy) Gan 2020-12-10 13:31:56 +08:00
  • dc072dca7d [Doc] Add User Guide CN index page (#2413) zhjwy9343 2020-12-10 12:39:54 +08:00
  • 535aa3d33a [Doc]modify the wrong code in initialize the hetero_graph negative sampler (#2382) (#2411) Quan (Andy) Gan 2020-12-09 23:41:02 +08:00
  • 35f27c73df [Doc] user guide Chinese chapter 5 (#2384) zhjwy9343 2020-12-09 16:27:29 +08:00
  • 954a0835b5 [Doc]modify the wrong code in initialize the hetero_graph negative sampler (#2382) Shaow 2020-12-09 16:20:51 +08:00
  • 27b0558465 change msg_seq from int to int_64 (#2410) Chao Ma 2020-12-09 13:55:30 +08:00
  • 95dc971b7d [Doc] Some functions used in the tutorial are deprecated (#2398) cruyffturn 2020-12-09 00:11:10 -05:00
  • ba3966027e [Papers] One more (#2407) Mufei Li 2020-12-09 03:36:03 +08:00
  • ee8a0e6628 correct error when using enisum (#2406) Maybewuss 2020-12-08 23:16:10 +08:00
  • 1c976222d5 fix doc mistake in dgl/core.py (#2404) 张天启 2020-12-08 22:05:55 +08:00
  • 0f35f8df82 [README] Add the CG-MuAlign paper for entity alignment. (#2402) Da Zheng 2020-12-08 01:01:55 -08:00
  • 73a008d479 [Doc]Add example graph batch code to graph classification guide (#2401) Tong He 2020-12-08 17:01:15 +08:00
  • b1be75d609 [Readme] Update Awesome Papers Using DGL (#2400) Jinjiarui 2020-12-08 14:26:27 +08:00
  • 6c0cc1fb76 modify code with buildin function (#2394) Maybewuss 2020-12-08 12:46:09 +08:00
  • 013d145663 [NN] Attention Retrieval for NN Modules (#2397) Mufei Li 2020-12-07 23:42:25 +08:00
  • c038b71fc9 [Papers] Added 5 more (#2399) Mufei Li 2020-12-07 19:17:22 +08:00
  • e49fe727f9 Update README.md with logo Minjie Wang 2020-12-07 18:11:25 +08:00
  • f14b90f97a Update README.md Minjie Wang 2020-12-07 11:07:34 +08:00
  • 6da310206e [Papers] Added two more (#2395) Quan (Andy) Gan 2020-12-07 00:42:44 +08:00