提交

提交图

  • e515f5311b [Frame] supporting partial row on first column and individual column initializers (#160) Gan Quan 2018-11-19 18:18:36 -05:00
  • cab1fdf2ec [Doc] doc update (#158) Minjie Wang 2018-11-17 01:53:53 -05:00
  • 79a510252b Pickling support (#155) Gan Quan 2018-11-16 17:19:20 -05:00
  • 05f464f824 [Bugfix] fix args with incontiguous node and edge tensor (#153) Gan Quan 2018-11-15 10:55:15 -05:00
  • ed1854e800 [Bugfix] fix a potential context mismatch (#154) Gan Quan 2018-11-15 09:47:20 -05:00
  • 53b9a4bdbc [DOC][Model] Update Tree-LSTM (#152) Zihao Ye 2018-11-15 11:29:59 +08:00
  • 2389df8155 [API] Subgraph sampling API. (#138) Da Zheng 2018-11-14 13:51:27 -08:00
  • 048f6d7a30 [GraphIndex] refactor graph caching (#150) Minjie Wang 2018-11-13 22:12:38 -05:00
  • a9ffb59e66 [DOC][Model] Tree-LSTM example and tutorial (#146) Zihao Ye 2018-11-14 07:09:14 +08:00
  • 0452cc3c0c [Bug] Transpose adj is not correctly cached (#148) Gan Quan 2018-11-12 22:15:45 -05:00
  • cd3e25a064 [CI] add graphviz (#147) Minjie Wang 2018-11-12 15:18:22 -05:00
  • 7cb50072a4 [Doc][Model] New Capsule Tutorial & Example (#143) VoVAllen 2018-11-13 01:43:13 +08:00
  • a95459e3a2 [CI] Improved CI (#141) Minjie Wang 2018-11-12 01:06:05 -05:00
  • 7cbb83db9f better bfs edge test (#142) Gan Quan 2018-11-11 23:09:39 -05:00
  • d6c80e0cf7 [API] bfs with edges (#132) Gan Quan 2018-11-11 17:19:55 -05:00
  • a36d0841b5 removing 3.6 f-string (#139) Gan Quan 2018-11-11 14:43:15 -05:00
  • 66676a548d [Bugfix] Fix bug in bfs and topo (#135) Minjie Wang 2018-11-10 20:34:17 -05:00
  • 6d96a97f17 [Doc] docstring for SST dataset (#133) Minjie Wang 2018-11-10 11:59:55 -05:00
  • 40ca5de450 [API] Readout interfaces (#124) Gan Quan 2018-11-10 11:35:34 -05:00
  • 8ea359d125 [API] Message propagation APIs (#127) Minjie Wang 2018-11-09 15:04:57 -05:00
  • 72efb42718 [Bugfix] fixes NLTK dependency (#125) and #126 (#131) Gan Quan 2018-11-09 14:16:52 -05:00
  • aa56835806 [Hotfix] hotfix for clang (#130) Minjie Wang 2018-11-09 02:18:23 -05:00
  • 7fe6d0c857 [Doc] Refactor API doc (#128) Minjie Wang 2018-11-08 22:57:16 -05:00
  • 3e43d7b8d2 [Test] Lower allclose precision (#129) Minjie Wang 2018-11-08 22:52:22 -05:00
  • bd0e4fa0b3 [MXNet][API] move to the new API (#123) Da Zheng 2018-11-08 10:00:47 -08:00
  • 1eb17bb01f [Model] Adapt Tree-LSTM to new interface (#122) Zihao Ye 2018-11-08 23:31:55 +08:00
  • 2319167444 [API] Graph traversal (#103) GaiYu0 2018-11-08 23:14:19 +08:00
  • 79ceccef43 [Doc] Fix missing file (#119) Minjie Wang 2018-11-04 23:02:11 -05:00
  • 87ed21ec42 [Doc] Basic tutorials & two model tutorials (#118) Gan Quan 2018-11-04 22:57:05 -05:00
  • 7241a9c008 [Backend] backend interface (#109) Minjie Wang 2018-11-04 21:42:39 -05:00
  • b420a5b5b3 [Model] Fix broken CDGNN example (#111) GaiYu0 2018-11-05 07:14:01 +08:00
  • b355d1eddf [API] Apply nodes & apply edges (#117) Minjie Wang 2018-11-04 01:22:53 -04:00
  • 1a2b306f55 [Bug] fix bug in nodes() that does not return int64 tensor (#116) Minjie Wang 2018-11-03 00:00:29 -04:00
  • 68ec624782 [API][Doc] API change & basic tutorials (#113) Minjie Wang 2018-11-02 17:19:14 -04:00
  • 2ecd2b23ec [Frame] Support slice type indexing; optimize dgl.batch (#110) Gan Quan 2018-11-01 00:03:06 -04:00
  • 9827e48176 Support for adding nodes/edges after setting representations (#114) Mufei Li 2018-10-30 11:33:54 +08:00
  • 2758c24955 [NN] Fix GCN module (#99) Mufei Li 2018-10-28 04:35:33 +08:00
  • d0ea98befa [Model] Capsule (#95) VoVAllen 2018-10-27 11:56:13 +08:00
  • 9e9a9488f1 [GraphIndex] Immutable graph index using MXNet CSRArray (#86) Da Zheng 2018-10-26 11:28:25 -07:00
  • 0d6cd30be3 [CI] Enable mxnet CI. (#105) Da Zheng 2018-10-26 09:04:41 -07:00
  • ff92812609 remove pytorch dependency in sbm.py (#107) GaiYu0 2018-10-26 08:22:41 +08:00
  • 9fd94b53ac fix capsule doc (#104) Minjie Wang 2018-10-25 16:19:36 -04:00
  • 53e7f731ca Merge pull request #98 from yzh119/master Zihao Ye 2018-10-25 00:39:11 +08:00
  • 1d3de6452f fixed install doc yzh119 2018-10-25 00:35:14 +08:00
  • 81bbeb602f Merge branch 'capsule-tutorial' into master VoVAllen 2018-10-24 19:46:53 +08:00
  • 4fd359cbff Capsule docs VoVAllen 2018-10-24 19:25:33 +08:00
  • a50bbe58c2 Merge branch 'master' into master VoVAllen 2018-10-24 19:21:36 +08:00
  • 6c29aba4c9 build without execute VoVAllen 2018-10-24 19:13:19 +08:00
  • 30fb4b9b78 Merge pull request #6 from jermainewang/doc VoVAllen 2018-10-23 14:09:34 +08:00
  • 2046980231 [DOC] API tutorials (#96) Minjie Wang 2018-10-23 16:27:15 -04:00
  • 4d7b3ba841 Merge pull request #6 from jermainewang/doc VoVAllen 2018-10-23 14:09:34 +08:00
  • 9628481f69 Merge pull request #5 from jermainewang/master VoVAllen 2018-10-23 14:08:47 +08:00
  • 9e92fe74c4 rm obsolete file Minjie Wang 2018-10-22 16:21:56 -04:00
  • 0efd2aad9c update readme to include document url Minjie Wang 2018-10-22 16:12:04 -04:00
  • 5552b60a86 draft dglgraph tutorial Minjie Wang 2018-10-22 16:01:22 -04:00
  • 797b20792f setup sphinx-gallery; work on graph tutorial Minjie Wang 2018-10-22 14:58:45 -04:00
  • 3de203853c Change size_t to int Chao Ma 2018-10-22 20:51:57 +08:00
  • 026d35c588 update capsule tutorials VoVAllen 2018-10-22 20:46:55 +08:00
  • d0313326c2 delete legacy codes VoVAllen 2018-10-22 17:35:14 +08:00
  • 70d475813c [BUG] Fixing networkx conversion with 0 edges (#94) Gan Quan 2018-10-21 23:15:45 -04:00
  • 7bad9178ba add visualization~ VoVAllen 2018-10-20 21:34:53 +08:00
  • 8e2e1f98a1 [WIP]update tutorial VoVAllen 2018-10-20 21:34:07 +08:00
  • d87fea8273 add gcn toy case VoVAllen 2018-10-19 21:02:46 +08:00
  • 522030510d fix VoVAllen 2018-10-19 20:59:16 +08:00
  • 0a50711f18 add GCN toy case VoVAllen 2018-10-19 20:55:51 +08:00
  • eb45bc07a1 add toy case for GCN VoVAllen 2018-10-19 20:53:02 +08:00
  • 9c135fd5df Merge pull request #4 from jermainewang/master VoVAllen 2018-10-19 14:55:30 +08:00
  • 00add9f251 Merge pull request #90 from jermainewang/cpp Minjie Wang 2018-10-18 23:53:10 -04:00
  • dce1f44d46 CI lint check (#93) Lingfan Yu 2018-10-18 23:50:24 -04:00
  • 3683a774d5 Merge branch 'cpp' of github.com:jermainewang/dgl into cpp Gan Quan 2018-10-18 22:49:22 -04:00
  • f1ede61ffa removing obsolete line_graph() Gan Quan 2018-10-18 22:49:05 -04:00
  • c9e3c6589f Merge branch 'cpp' of github.com:zzhang-cn/dgl into cpp Minjie Wang 2018-10-18 22:44:37 -04:00
  • 820c6b9ed6 Add lint script and fix cpplint errors Minjie Wang 2018-10-18 22:44:29 -04:00
  • 49ea781cc3 Improve CI (#92) Lingfan Yu 2018-10-18 22:42:25 -04:00
  • 3e76bcc052 remove anonymous repr Minjie Wang 2018-10-18 21:37:58 -04:00
  • fb6be9fbd7 [GraphIndex] Create graph index directly from scipy matrix. (#87) Da Zheng 2018-10-18 13:39:45 -07:00
  • 4af3f8bcc8 update the MXNet backend. (#89) Da Zheng 2018-10-18 12:49:13 -07:00
  • 6cbdf37c37 Merge branch 'master' into cpp Minjie Wang 2018-10-18 15:29:20 -04:00
  • b9631912db [Frame] Refactor frame. (#85) Minjie Wang 2018-10-18 15:08:21 -04:00
  • 66261aee03 [Hotfix] Revert part of the send logic; disable the send twice test case; GCN on GPU works again. (#88) Minjie Wang 2018-10-18 14:20:44 -04:00
  • 16cd670d48 MinGW building instructions Gan Quan 2018-10-18 13:40:36 -04:00
  • 9d3f299dce Merge pull request #3 from jermainewang/cpp VoVAllen 2018-10-18 17:31:33 +08:00
  • bc3f852dab [GRAPHINDEX] Multigraph support (#79) Gan Quan 2018-10-17 21:46:10 -04:00
  • 750e50372a Efficient send_and_recv (#83) Lingfan Yu 2018-10-17 11:14:52 -04:00
  • 2cc6079a59 add gcn folder VoVAllen 2018-10-17 18:14:50 +08:00
  • 9276aa9334 add tutorial VoVAllen 2018-10-17 18:13:40 +08:00
  • 8801154b3d Merge pull request #1 from jermainewang/cpp VoVAllen 2018-10-17 16:58:58 +08:00
  • b2c1c4facd node/edge filtering (#80) Gan Quan 2018-10-16 21:37:43 -04:00
  • 16da76c4b4 fix #81 Gan Quan 2018-10-16 10:39:50 -04:00
  • 5567f4a4d9 [BACKEND] Add MXNet backend. (#77) Da Zheng 2018-10-14 08:15:48 -07:00
  • f31b6fd2b4 Update README.md GaiYu0 2018-10-14 11:11:14 +08:00
  • 4739259663 Merge pull request #72 from jermainewang/line-graph GaiYu0 2018-10-14 11:10:01 +08:00
  • 8738ebfa8a README.md GaiYu0 2018-10-14 11:08:14 +08:00
  • e7679cf2e6 implement requested changes GaiYu0 2018-10-13 14:24:46 +08:00
  • eb46dc0018 Merge branch 'line-graph' of https://github.com/jermainewang/dgl into line-graph GaiYu0 2018-10-10 12:43:39 +08:00
  • 0a6d720c30 fix build failure GaiYu0 2018-10-10 12:43:05 +08:00
  • 4baed9645c Merge branch 'cpp' into line-graph GaiYu0 2018-10-10 07:53:44 +08:00
  • 7603b8c351 Fix dlpack bug; zero copy between dgl.ndarray and user tensor enabled Minjie Wang 2018-10-09 11:37:59 -04:00
  • 885f5e7313 Merge branch 'cpp' of https://github.com/jermainewang/dgl into line-graph GaiYu0 2018-10-09 16:08:18 +08:00
  • a7575d0989 profile lg GaiYu0 2018-10-09 16:07:31 +08:00