提交

提交图

  • f35ac5443e [Graph][Model] Cache adj & inc; MX GCN (#307) Minjie Wang 2018-12-16 22:51:01 -05:00
  • cffa4034f5 [Model] fix GCN (#305) Ziyue Huang 2018-12-17 01:44:41 +08:00
  • e2926544b6 [Graph] Better string repr (#311) Haibin Lin 2018-12-16 09:23:49 -08:00
  • 30107407fd add prefetcher for neighbor sampler (#298) Haibin Lin 2018-12-15 19:14:17 -08:00
  • d7a3b2a515 [Doc] Readme update (#303) Minjie Wang 2018-12-13 15:18:13 -05:00
  • 0cbe521b99 [Doc] Fix document building for multiple tensor backends (#301) Lingfan Yu 2018-12-12 11:07:46 -05:00
  • af23c45726 [Release] update version (#297) v0.1.3 Minjie Wang 2018-12-11 15:40:51 -05:00
  • f896e49031 [Doc] fix link in README (#296) Lingfan Yu 2018-12-11 14:48:49 -05:00
  • d10baaeff6 [DOC] Fix repo link (#295) Haibin Lin 2018-12-11 11:41:15 -08:00
  • 18ed7868fe [Doc] update neighbor sampler doc. (#287) Da Zheng 2018-12-11 09:48:22 -08:00
  • 597ac7f8b5 [Release] v0.1.3 (#288) Minjie Wang 2018-12-11 01:30:47 -05:00
  • 8bc01c6309 [Tutorial] Tutorial fix (SSE link & Transformer) (#285) Zihao Ye 2018-12-11 00:26:19 +08:00
  • 322bd713e4 [Release] 0.1.2: Require Windows 10 (#277) Gan Quan 2018-12-07 04:46:21 -05:00
  • 9f32554296 [Model]Transformer (#186) v0.1.2 Zihao Ye 2018-12-07 15:22:46 +08:00
  • 37feb479fd [Release] 0.1.2 updates (#276) Gan Quan 2018-12-07 01:54:13 -05:00
  • 3564fdc5f1 [Bugfix][Model] fix treelstm model (#274) Minjie Wang 2018-12-06 23:52:50 -05:00
  • f491d6b9e7 [Readme] add an M. (#273) Da Zheng 2018-12-06 19:41:45 -08:00
  • c0d1f8e43b small fixes in the immutable graph index. (#271) Da Zheng 2018-12-06 19:01:14 -08:00
  • f720ce13e1 [Build] support universal wheel on linux (#272) Sheng Zha 2018-12-06 15:06:58 -08:00
  • ddf96ff9e7 [Doc] Fix DGMG part in README (#270) Mufei Li 2018-12-06 23:54:07 +08:00
  • 1bbc885b40 move batcher to examples. (#269) Da Zheng 2018-12-06 06:45:27 -08:00
  • 7aa494b3bc [Bugfix][Doc] explain the batch dimension in the doc and many fix (#266) Da Zheng 2018-12-05 21:48:57 -08:00
  • ac660f45ef [Doc] Readme (#265) Gan Quan 2018-12-06 00:31:04 -05:00
  • 970f15ec74 [Release] simplify the pr template a little (#268) Minjie Wang 2018-12-05 23:15:39 -05:00
  • 612a7fb996 [Release] setup version (#264) Minjie Wang 2018-12-05 19:33:06 -05:00
  • c620bfc2b7 [Doc] faq & env (#263) Minjie Wang 2018-12-05 19:18:33 -05:00
  • 82c4df4118 [Issue & PR Template] Add Issue Template & PR Template & Contribution Guide (#192) VoVAllen 2018-12-06 07:20:59 +08:00
  • 063ed69cdf [BUGFIX] fix a bug in creating immutable graph index. (#251) Da Zheng 2018-12-05 14:51:50 -08:00
  • 2194b7dfa6 [Bugfix] edge order is not preserved when converting from edge list (#262) Minjie Wang 2018-12-05 17:41:26 -05:00
  • a1d50f0f53 [Refactor] Rename before release (#261) Lingfan Yu 2018-12-05 16:45:36 -05:00
  • aabba9d4d9 [Doc] minor fix in overview (#256) Da Zheng 2018-12-05 13:27:52 -08:00
  • cd907cddfa [Tutorial] Add sse tutorial & MXNet Tutorial CI (#252) VoVAllen 2018-12-06 05:21:44 +08:00
  • f4a9a455f5 [Doc] Fix hyperlink in tutorial of tutorals (#260) Lingfan Yu 2018-12-05 15:04:27 -05:00
  • e557ed89ff [Doc][Model] example folder doc and model summary (#259) Minjie Wang 2018-12-05 14:35:14 -05:00
  • 899d125bb1 Add tests for MXNet and throw NotImplementedError if not implemented (#258) Da Zheng 2018-12-05 10:41:33 -08:00
  • 2c5b48ab60 [Model][MXNet] RGCN Entity Classification (#246) Yizhi Liu 2018-12-05 10:27:59 -08:00
  • 7c7cc7e0c2 [sampler] Adjust the sampler API for the future extension. (#243) Da Zheng 2018-12-05 10:05:10 -08:00
  • 40506ecc20 use openmp to accelerate nid mapping (#242) Da Zheng 2018-12-05 09:55:59 -08:00
  • 378c264561 [Model] Fix GCN Normalization (#249) Lingfan Yu 2018-12-05 12:32:10 -05:00
  • 21255b6528 [Bugfix] tolist and dependencies in dgl.data (#239) Minjie Wang 2018-12-05 12:20:59 -05:00
  • eafcb7e7f5 [Bugfix][MXNet] Fix edge order and builtin max bug in mx (#247) Minjie Wang 2018-12-05 04:32:54 -05:00
  • 71fa26acac Fix windows line seprator problems (#248) VoVAllen 2018-12-05 15:40:32 +08:00
  • 274e1082f5 [Doc] API doc string for many components (#245) Lingfan Yu 2018-12-04 17:52:00 -05:00
  • 7cca500787 [Doc] Computing with DGLGraph (#212) Mufei Li 2018-12-05 05:51:46 +08:00
  • c99f423718 [Sampler] extend sampler (#238) Da Zheng 2018-12-04 13:46:26 -08:00
  • 455ea48570 [Bugfix] Conversion between networkx and DGLGraph (#244) Lingfan Yu 2018-12-04 16:19:12 -05:00
  • 31800e7170 [Doc] Fix typo at doc index (#241) VoVAllen 2018-12-05 04:05:37 +08:00
  • a5a35d1f7a [Sampler] improve random shuffle performance in sampler (#228) Da Zheng 2018-12-04 09:24:32 -08:00
  • 78269cedfd [Doc] Update GCN README.md (#224) Da Zheng 2018-12-04 09:07:05 -08:00
  • 16cc528757 [Doc] Improve Capsule with Jinyang & Fix wrong tutorial level layout (#236) VoVAllen 2018-12-04 23:46:49 +08:00
  • dafe46710b [Bug][MXNet] fix an API in immutable graph index. (#233) Da Zheng 2018-12-03 21:37:18 -08:00
  • b1e8d95e99 [Doc] LGNN tutorial (#210) HQ 2018-12-04 06:59:50 +08:00
  • 10e18ed982 [Doc] overview and others (#222) Minjie Wang 2018-12-03 17:31:35 -05:00
  • 2c170a8c17 [Graph][Bugfix] Fix the API of map_to_subgraph_nid (#226) Da Zheng 2018-12-03 14:16:35 -08:00
  • 419ffbded9 [Doc] Installation guide (#223) Gan Quan 2018-12-03 14:33:21 -05:00
  • b0c76d48be [Bug] fix __slots__ in view.py (#230) Lingfan Yu 2018-12-03 13:28:22 -05:00
  • b98dc92c59 [Model] Relational GCN (#55) Lingfan Yu 2018-12-03 13:01:27 -05:00
  • 8918cce0b5 [MXNet] add unit tests for mxnet (#227) Da Zheng 2018-12-03 08:04:11 -08:00
  • 6f4898a128 [Model][MXNet] gcn normalization and compare with mlp baselines (#196) yifeim 2018-12-02 19:17:37 -08:00
  • 52ed09a392 [Bug] Fix inplace update (#221) Lingfan Yu 2018-12-02 19:14:39 -05:00
  • dd26ff10a8 [CI] change the mxnet installation in docker. (#218) Da Zheng 2018-12-02 11:47:50 -08:00
  • 5680f8dc13 [DOC] Documentation strings for graph mutation, queries, and subgraphing (#207) Gan Quan 2018-12-02 14:41:25 -05:00
  • 57daf9c9a6 [Graph] small fix on the all index (#219) Minjie Wang 2018-12-02 13:39:04 -05:00
  • 57b07fce92 [Model] Accelerate SSE (#172) Da Zheng 2018-12-02 09:43:25 -08:00
  • 5278220f85 update s3 links (#215) Haibin Lin 2018-12-02 04:48:29 -08:00
  • ac932c665b [Model] Junction Tree VAE update (#157) Gan Quan 2018-12-02 03:32:01 -05:00
  • 4682b76e60 fixing stupid segfault in edge_ids (#216) Gan Quan 2018-12-02 03:12:45 -05:00
  • 168794cdbc remove text using code line numbers (#217) Lingfan Yu 2018-12-01 21:04:39 -05:00
  • 7156c7163b [Doc] new at glance doc draft (#214) Minjie Wang 2018-12-01 19:03:57 -05:00
  • 53ea03ad82 [Doc] Fix doc bug and warning (#213) Lingfan Yu 2018-12-01 18:58:56 -05:00
  • 0f121eeb76 [Doc] RGCN tutorial (#206) Lingfan Yu 2018-12-01 14:58:13 -05:00
  • cccc2339c1 [Dataset] update s3 links (#209) Haibin Lin 2018-12-01 11:45:30 -08:00
  • e02acc4c01 [Doc] Tutorial production for DGMG (#204) Mufei Li 2018-12-01 13:32:43 +08:00
  • 70dc7cd184 [Doc] Dgl glance tutorial improvement (#197) Haibin Lin 2018-11-30 20:53:23 -08:00
  • bcf8e1194b [Bugfix][CI] force download data everything (#208) Minjie Wang 2018-11-30 23:44:40 -05:00
  • 91141a9826 [Dataset] Move file from dropbox to s3 (and fix ci fail due to sst dataset) (#205) VoVAllen 2018-12-01 08:44:55 +08:00
  • c80dc5e012 [model] Tree-LSTM update & hotfix(dropbox link) (#202) Zihao Ye 2018-12-01 08:39:49 +08:00
  • 3a0f86a663 [Doc] data (#198) Mufei Li 2018-12-01 00:40:22 +08:00
  • 485f6d3abd [Doc] udf (#195) Mufei Li 2018-11-30 13:38:58 +08:00
  • 9e8261735f [Doc] Minor doc update for mxnet/immutable_graph_index (#194) Haibin Lin 2018-11-29 17:59:13 -08:00
  • 41c9c3b94b [Doc] Fix batched_graph doc (#193) Mufei Li 2018-11-30 01:23:10 +08:00
  • 8dc6784b12 [Doc] docstring for BatchedDGLGraph + some fix (#184) Mufei Li 2018-11-29 22:53:16 +08:00
  • e17c41c0da [Model][Tutorial] Fix capsule memory leak (#185) VoVAllen 2018-11-29 22:40:21 +08:00
  • 79fe09d3e0 forgot to remove conda branch meta (#190) Gan Quan 2018-11-29 02:26:39 -05:00
  • a8fa85c7d5 Conda builds (#187) Gan Quan 2018-11-29 02:21:53 -05:00
  • a0d0b1ea00 [Model] Fix + batched DGMG (#175) Mufei Li 2018-11-29 00:13:30 +08:00
  • 5cda368d79 [Model] SBM hotfix (#137) HQ 2018-11-28 00:58:03 +08:00
  • 02eb463ab1 report accuracy and fix training mask (#181) yifeim 2018-11-26 23:15:57 -08:00
  • 2c2b747808 [Install] pip install (#180) Minjie Wang 2018-11-27 00:47:01 -05:00
  • b82b8e2d2a [Schedule] get rid of unnecessary graph.edges() call for v2v-spmv update_all (#179) Minjie Wang 2018-11-27 00:37:03 -05:00
  • 524e656dd6 [Bugfix] enable SPMV for multi-dimension node feature (#178) Minjie Wang 2018-11-26 11:12:28 -05:00
  • b1eeb93449 [Bugfix][Runtime] Zero degree behaviors (#177) Minjie Wang 2018-11-25 22:33:08 -05:00
  • 4dfe7547e8 Fix num_rows bug in batched_graph (#169) Minjie Wang 2018-11-22 13:49:59 -05:00
  • 23e2e83b5e [API] change the signature of node/edge filter (#166) Zihao Ye 2018-11-23 02:00:36 +08:00
  • deb653f8dc [Runtime] Scheduler and Executor (#140) Lingfan Yu 2018-11-22 12:15:50 -05:00
  • 3e8b63ecd3 [Model] DGMG Training with Batch Size 1 (#161) Mufei Li 2018-11-22 23:29:25 +08:00
  • bf6d0025aa [Bugfix] fix gpu manual choice for capsule example (#164) VoVAllen 2018-11-22 11:01:25 +08:00
  • 0ec1a492b3 [Frame] change num rows behavior (#163) Minjie Wang 2018-11-21 11:50:46 -05:00
  • 440aecee8f [Test] add tests for built-in functions (#159) Da Zheng 2018-11-21 12:39:54 +08:00
  • 5f89cd662e Fix the convergence problem in SSE. (#162) Da Zheng 2018-11-20 15:57:52 +08:00