提交

提交图

  • 189c2c0907 [Model Zoo] Refactor Model Zoo for Chemistry (#839) Mufei Li 2019-09-07 20:01:09 +08:00
  • 5b417683f6 [docfix] Update the README of metapath2vec (#832) Zihao Ye 2019-09-05 16:43:12 +08:00
  • aa0a53d7a6 [Doc] Add cite section in README (#827) Zihao Ye 2019-09-04 21:04:02 +08:00
  • 3386f466ac [Fix test backend] Fix softmax in mxnet backend (#828) VoVAllen 2019-09-04 17:36:20 +08:00
  • 8731050394 [Example] Fix GIN Example (#826) VoVAllen 2019-09-03 17:55:27 +08:00
  • ddeb86f91c [Example] metapath2vec (#764) ziqiaomeng 2019-09-02 15:03:21 +08:00
  • 98954c5641 [docs]update conv.py (#822) MilkshakeForReal 2019-09-02 09:05:57 +08:00
  • 36ec71a268 [Doc] Quick Fix doc (#820) VoVAllen 2019-09-01 22:30:50 +08:00
  • c4989b40aa Update conv.py (#818) MilkshakeForReal 2019-09-01 13:31:35 +08:00
  • a9a0592c3e Hot fix (#816) Mufei Li 2019-09-01 02:11:03 +08:00
  • 1e2abc9ae9 [Docs] Adjust doc (#808) VoVAllen 2019-08-31 00:17:49 +08:00
  • 8844246aea [bugfix] Disable shared memory test that may fails CI. (#810) Zihao Ye 2019-08-30 15:42:05 +08:00
  • f212cde471 Update README.md (#811) Quan (Andy) Gan 2019-08-30 10:01:59 +08:00
  • 6ab593ec01 throw an error when using with mxnet < 1.5. (#767) Da Zheng 2019-08-28 14:26:21 -07:00
  • 1c9c033919 [Doc] add figures for explanation (#807) Da Zheng 2019-08-28 13:05:22 -07:00
  • 1b5820a5d6 Fix (#806) Mufei Li 2019-08-29 01:18:04 +08:00
  • d61026c2e4 conda fixes 0.3.x Quan Gan 2019-08-28 12:47:49 +00:00
  • 5636388d29 Merge branch 'master' into 0.3.x Quan Gan 2019-08-28 08:57:00 +00:00
  • 98b825e3a1 [Doc][Conda] Fixing pytorch.nn.factory docs and Conda license (#805) Quan (Andy) Gan 2019-08-28 16:56:31 +08:00
  • a5b661a23e [Doc] Fixing pytorch nn factory docs (#804) Quan (Andy) Gan 2019-08-28 16:23:06 +08:00
  • 828e269cf4 [Doc] Fixing KNNGraph docs (#803) Quan (Andy) Gan 2019-08-28 14:52:22 +08:00
  • d601aaa23d update version v0.3.1 0.3.1 Quan Gan 2019-08-28 05:45:36 +00:00
  • bac662c392 Merge branch 'master' into 0.3.x Quan Gan 2019-08-28 05:39:07 +00:00
  • e17add5602 [NN] Add MXNet impl for TAGCN module. (#799) xiang song(charlie.song) 2019-08-28 13:19:17 +08:00
  • 14bffe9728 [NN] Renaming NearestNeighborGraph to KNNGraph (#802) Quan (Andy) Gan 2019-08-28 12:20:35 +08:00
  • dc19cd5687 [Example] Dynamic Graph CNN on Point Cloud (#789) Quan (Andy) Gan 2019-08-28 09:21:57 +08:00
  • e590feeb62 [Model Zoo] GAT on Tox21 (#793) Mufei Li 2019-08-28 04:47:16 +08:00
  • ad15947f0e [bugfix] Fix several issues in test_kernel (#801) Zihao Ye 2019-08-28 04:24:00 +08:00
  • 3192beb42d [Model zoo] JTNN model zoo (#790) VoVAllen 2019-08-28 04:04:54 +08:00
  • 30c4625171 fix. (#794) Da Zheng 2019-08-27 09:56:38 -07:00
  • 331337fe5f [Model Zoo] Clean up for Alchemy dataset (#800) Mufei Li 2019-08-28 00:08:59 +08:00
  • 9314aabd1f [Refactor] Interface of nn modules (#798) Zihao Ye 2019-08-27 22:29:25 +08:00
  • 650f6ee1e0 [NN] Add commonly used GNN models from examples to dgl.nn modules. (#748) Zihao Ye 2019-08-27 18:21:19 +08:00
  • 8079d98617 Misc update (#796) Mufei Li 2019-08-27 16:08:36 +08:00
  • 3bc73931f8 [Model Zoo] Molecule Regression (#779) lunar 2019-08-26 17:42:33 +08:00
  • 2c234118c3 [Feature] Add builtin mean reducer (#787) Zihao Ye 2019-08-26 04:30:51 +08:00
  • 73b2668fe2 [Model Zoo] DGMG for molecule generation (#783) Mufei Li 2019-08-26 03:39:20 +08:00
  • 11fb217a76 [NN] Add TAGCN nn.module and example (#788) xiang song(charlie.song) 2019-08-25 22:17:46 +08:00
  • 708765f0a1 [NN] RGCN modules (#744) Minjie Wang 2019-08-23 16:38:48 -04:00
  • 52d4535b61 [Hetero][RFC] Heterogeneous graph Python interfaces & Message Passing (#752) Quan (Andy) Gan 2019-08-24 03:45:37 +08:00
  • 66971c1aa4 [Feature] Add edge sampling for link prediction (#780) Da Zheng 2019-08-21 23:05:24 -07:00
  • 2bff8339dd [Test] Provid a frame agnostic API to test nn modules on both CPU and CUDA side. (#775) xiang song(charlie.song) 2019-08-21 16:40:41 +08:00
  • be936da849 use FFI for subgraph. (#781) Da Zheng 2019-08-21 01:04:11 -07:00
  • 0f12763725 [Model] Early stop GAT (#750) VoVAllen 2019-08-21 14:58:56 +08:00
  • 77c58289a7 [Bugfix][Model] Fixing RGCN evaluation bug (#778) Sahand 2019-08-20 21:54:03 +02:00
  • 788420dff3 [Refactor] Decoupling ImmutableGraph from Kernels (#749) Quan (Andy) Gan 2019-08-18 20:15:56 +08:00
  • 35bed2a9d0 Rename early stop (#773) Mufei Li 2019-08-18 13:46:44 +08:00
  • 02029dce9b Sync initializers (#772) Mufei Li 2019-08-17 20:25:54 +08:00
  • 165d453806 [Doc] Update README.md for pytorch PinSage example. (#770) xiang song(charlie.song) 2019-08-16 13:23:05 +08:00
  • fd3d54ba98 bump up version for prerelease (#768) Quan (Andy) Gan 2019-08-16 10:32:54 +08:00
  • cd9fb7baa0 [Model Zoo] Refactor GCN on Tox21 (#766) Mufei Li 2019-08-16 02:49:25 +08:00
  • bdcba9c85c setup for prerelease builds (#763) Quan (Andy) Gan 2019-08-14 23:13:37 +08:00
  • 2ee3c78c7c [Dataset] Tox21 (#760) VoVAllen 2019-08-14 16:55:01 +08:00
  • 17b60e1af0 [Bugfix] EdgeBatch.edges call attempts tuple item assignment (#747) Zihao Ye 2019-08-11 04:07:41 +08:00
  • b2f7f0ee7c [Model] Recurrent Relational Network (RRN) on sudoku (#733) Xiagkun Hu 2019-08-10 02:00:11 +08:00
  • e1f08644fb [Model] Schnet & MGCN (#726) lunar 2019-08-07 14:08:31 +08:00
  • 747a8beea5 [Fix] Hold NDArray reference during send() (#740) Chao Ma 2019-08-07 13:28:41 +08:00
  • 16061925d5 [NodeFlow] Non-uniform neighbor sampling (#711) Quan (Andy) Gan 2019-08-07 09:42:08 +08:00
  • 742d79a792 upd (#741) Zihao Ye 2019-08-06 18:39:05 +08:00
  • 5d3f470b72 [Feature] DGL Pooling modules (#669) Zihao Ye 2019-08-06 01:43:25 +08:00
  • c3516f1a8e [Network] Refactoring Communicator (#679) Chao Ma 2019-08-05 10:49:25 +08:00
  • fc9d30fae4 [Graph] add local scope function (#735) Minjie Wang 2019-08-02 00:11:48 -04:00
  • e9e587b6cb [Refactor] C random number generator (#729) Quan (Andy) Gan 2019-07-31 17:54:30 +08:00
  • 34ac2ab47b [Fix] Fix MXNet install doc (#732) Da Zheng 2019-07-29 18:25:41 -07:00
  • 86f28d6553 [Misc] Provide a "return 1s instead of edge IDs" option in scipy adjacency matrix (#730) Quan (Andy) Gan 2019-07-29 21:40:10 +08:00
  • 7ad663c3a9 [Hetero] Heterograph C++ implementation; Bipartite and Python wrapper (#725) Minjie Wang 2019-07-27 15:22:56 -04:00
  • 6c77f26438 [Doc] Update README.md (#724) Minjie Wang 2019-07-23 15:59:03 -04:00
  • 67dc11971f [Refactor] Use object system for all CAPIs (#716) Minjie Wang 2019-07-23 12:47:05 -04:00
  • b0d9e7aa43 [Refactor] Separating graph and sparse matrix operations (#699) Minjie Wang 2019-07-17 17:49:38 -04:00
  • f79188da4c fix. (#712) Da Zheng 2019-07-15 16:25:29 -07:00
  • 6d42005052 [WIP][CI] Build Windows packages within virtualenv (#709) Quan (Andy) Gan 2019-07-13 07:50:54 +08:00
  • 9cc83b4bc7 [Bugfix] Fix nodeflow.prop_flow range check (#700) Pin 2019-07-11 02:11:06 +08:00
  • bf3994eea6 [Model][Hotfix] DiffPool formatting fix (#696) HQ 2019-07-02 15:19:57 +08:00
  • 90e78c5854 [FFI] FFI container support, custom structure extension via Object (#693) Minjie Wang 2019-07-01 14:40:07 -04:00
  • 684a61ad09 [Model] DiffPool with both DGL and tensorized operatons (#665) HQ 2019-07-01 20:00:15 +08:00
  • fc2e166ba6 [Fix] Fix Memory Leak in Edge Softmax (#692) VoVAllen 2019-06-29 05:31:54 +08:00
  • 31b1c49433 [Hetero] C++ Heterogeneous Graph Interfaces (#663) Quan (Andy) Gan 2019-06-27 10:12:56 +08:00
  • 8ecedfb369 [Fix] Bugfix in docs and check gradient of edge_softmax in test (#686) Zihao Ye 2019-06-27 00:43:26 +08:00
  • c3d74e0f7f [Fix] Fix license badge (#671) VoVAllen 2019-06-20 14:49:26 +08:00
  • 714f2e1ced fix node id dtype (#674) Quan (Andy) Gan 2019-06-20 10:53:26 +08:00
  • f8feee1cc6 fix install. (#673) Da Zheng 2019-06-19 14:08:35 -07:00
  • fe2b6ca6e8 [Text] fix test; remove torch import. (#670) Da Zheng 2019-06-18 16:30:56 -07:00
  • 401f22cadd [API] Heterograph (#657) Da Zheng 2019-06-17 01:59:04 -07:00
  • 82bb9a9b6a [README] Update speed numbers in README (#661) Lingfan Yu 2019-06-15 14:27:58 -07:00
  • 11974812ca [Backend] use new split in MXNet (#660) Da Zheng 2019-06-15 14:08:42 -07:00
  • f3d3fdf8cd add reddit example. (#658) Tianyi 2019-06-14 07:53:59 -07:00
  • 73e5fb552a New installation guide for CUDA builds (#655) Quan (Andy) Gan 2019-06-14 13:52:17 +08:00
  • 4be1d3e70c [CI] workspace and disable mx tutorial (#656) Minjie Wang 2019-06-13 19:26:57 -04:00
  • be58224f0e [CI] enable tutorial test in CI. (#631) v0.3 Da Zheng 2019-06-13 02:31:36 -07:00
  • 6f665d26d1 Merge branch 'master' into 0.3.x Quan Gan 2019-06-13 03:33:17 +00:00
  • 7d61936577 update minigun to include algorithm header (#654) Quan (Andy) Gan 2019-06-13 11:32:43 +08:00
  • 7c68376fc3 update minigun to include algorithm header Quan Gan 2019-06-13 03:16:12 +00:00
  • 03a527e0b2 Merge branch 'master' into 0.3.x Quan Gan 2019-06-13 01:17:35 +00:00
  • 2f25eac732 [Build][Release] Windows release fixes (#650) Quan (Andy) Gan 2019-06-13 09:12:00 +08:00
  • 02c5fe1a58 Merge branch 'master' into 0.3.x Minjie Wang 2019-06-12 13:36:37 -04:00
  • e8e56b3423 [Build][Win] fix mgpu include problem (#652) Minjie Wang 2019-06-12 13:22:59 -04:00
  • ed6ddbac05 more fix Quan Gan 2019-06-12 20:44:08 +08:00
  • d03e4f1f2f windows cuda arch fix Quan Gan 2019-06-12 19:42:14 +08:00
  • e10d32b651 Merge branch 'master' into 0.3.x Quan Gan 2019-06-12 09:55:01 +00:00
  • 8059fa6f8b print errors if users sample from mutable graph. (#649) Da Zheng 2019-06-12 02:54:02 -07:00