提交

提交图

  • bfdd1eaa44 [Feature] Create shared memory graph store. (#468) Da Zheng 2019-04-08 12:09:02 -07:00
  • 9565db6f9e fix warning. (#479) Da Zheng 2019-04-05 18:55:58 -07:00
  • 4ea42e3e08 fix gcn. (#469) Da Zheng 2019-04-05 10:56:09 -07:00
  • 8058f1c579 [Fix] Update inner API of distributed sampler (#478) Chao Ma 2019-04-05 10:00:36 +08:00
  • da3ab84c3c Add demo for distributed sampler (#474) Chao Ma 2019-04-04 07:09:59 +08:00
  • 9b4fb2fb32 [Doc]Fix 'git remote' command in contribution doc (#470) aymenwah 2019-04-01 03:05:17 +02:00
  • 5d494c6207 [RPC] add C++ RPC infrastructure and distributed sampler (#465) Chao Ma 2019-03-29 16:48:45 +08:00
  • 6066fee935 [Model][Feature] PinSage & Random Walk with Restart (#453) Quan (Andy) Gan 2019-03-29 13:01:18 +08:00
  • 2dff1aba83 [Bugfix] Fix shape of test_relation tensor in RGCN (#464) Giuseppe Futia 2019-03-28 19:34:07 +01:00
  • 5033d94530 [News] Add GTC 2019 Tutorial as news in readme (#462) Lingfan Yu 2019-03-23 17:39:09 -04:00
  • 341dbea0a1 [Bug] Fix unused prefetch switch for NeighborSampler and LayerSampler (#457) Quan (Andy) Gan 2019-03-19 14:57:10 +08:00
  • 33b9c38389 [Bugfix] fix bug in pickling (#456) Minjie Wang 2019-03-18 23:48:20 -04:00
  • 6f603bbf8f [BugFix] Fix performance bug in EdgeSoftmax (#452) Lingfan Yu 2019-03-18 16:22:38 -04:00
  • 681e5217dd [Refactor] Sampler code refactor (#454) Quan (Andy) Gan 2019-03-18 22:41:35 +08:00
  • eb1acecd0d [BugFix] Handle case when calling send with builtin message function (#449) Lingfan Yu 2019-03-13 14:49:50 -04:00
  • d1d580ecc1 [feature & bugfix] adjacency_matrix_scipy, wrong order of edges in immutable graph. (#437) Zihao Ye 2019-03-13 11:57:13 +08:00
  • 8f426250e9 switching to msbuild for conda windows (#448) Quan (Andy) Gan 2019-03-13 10:39:41 +08:00
  • 13272628b5 [Doc] added index [0] to torch.max (#443) mc-robinson 2019-03-08 23:29:16 +00:00
  • d3cd60142c [Build] fix setup script to allow cython ext (#444) Minjie Wang 2019-03-08 18:23:38 -05:00
  • 32e0f74811 [Release] Update readme performance number (#441) Lingfan Yu 2019-03-08 18:17:31 -05:00
  • 660f356e06 Merge branch 'master' of github.com:zzhang-cn/dgl into 0.2.x v0.2 0.2.x Minjie Wang 2019-03-08 17:07:42 -05:00
  • 2ade0ef96d [Hotfix] fix cython bug (#442) Minjie Wang 2019-03-08 17:07:17 -05:00
  • c4082bef7e add cython ext Minjie Wang 2019-03-08 15:15:15 -05:00
  • 2f6222283c update conda meta Minjie Wang 2019-03-08 14:30:32 -05:00
  • d8fe6debb2 fix branch name in conda Minjie Wang 2019-03-08 11:28:22 -05:00
  • cd4f0a2bfc [Release] update version (#440) Minjie Wang 2019-03-08 11:12:16 -05:00
  • 8651be54c2 [Perf] Accelerate block_compute when all nodes are invoked. (#434) Da Zheng 2019-03-07 13:39:39 -08:00
  • ca2a7e1ca1 [Refactor] Nodeflow, sampling, CAPI (#430) Minjie Wang 2019-03-05 14:07:22 -05:00
  • 27e0e547dd [BUG] Graceful handling of random walking with no successors (#433) Quan (Andy) Gan 2019-03-05 21:19:35 +08:00
  • d3c24cc25b [BugFix] Fix bug in RGCN data processing and use index_select to improve speed (#429) Lingfan Yu 2019-03-04 10:52:21 -05:00
  • fb4246e564 [Feature]Uniform layer-wise sampler (#416) GaiYu0 2019-03-03 08:37:18 +08:00
  • a88f351174 [Doc] update doc string (#426) Minjie Wang 2019-03-02 14:00:52 -05:00
  • 3cc32a9775 [Feature] Reduce messages with scatter_add in PyTorch (#427) Lingfan Yu 2019-03-01 22:51:51 -05:00
  • fe44ffe5dc [Doc] fix equation in nn.conv (#425) Minjie Wang 2019-03-01 15:56:08 -05:00
  • dba2a5b628 [Doc] Add DGLSubGraph, and DGLGraph.readonly() interface to docs (#421) Zihao Ye 2019-03-01 23:10:24 +08:00
  • bea07b41b3 [Sampler] fix the API of neighbor sampler. (#407) Da Zheng 2019-02-28 13:45:21 -08:00
  • 7e30382e4f [Model][MXNet] neighbor sampling & skip connection & control variate & graphsage (#322) Ziyue Huang 2019-03-01 05:29:51 +08:00
  • 3f891b64b7 [Tutorial] Fix gat tutorial (#420) Mufei Li 2019-03-01 00:10:14 +08:00
  • 724aa0caf0 [Feature] FindEdge/FindEdges for Immutable Graph (#404) Zihao Ye 2019-02-27 15:32:32 +08:00
  • c07ae34a99 [Bugfix] removing non-determinism in data loading (#413) Quan (Andy) Gan 2019-02-26 01:24:48 -05:00
  • 565f0c88fc [WIP] [NN] Refactor NN package (#406) Minjie Wang 2019-02-25 18:41:21 -05:00
  • 8c750170e8 [Model][Pytorch] GraphSAGE (#403) hbsun2113 2019-02-23 04:48:53 +08:00
  • 29dfa349fc [Doc] update contributors (#409) Minjie Wang 2019-02-22 14:56:02 -05:00
  • cdbeb17f2d [Model] Simplifying Graph Convolutional Networks. (#405) Tianyi 2019-02-22 02:17:26 -05:00
  • 98ff82e527 [Doc] Tutorial for GAT (#400) Hao Zhang 2019-02-21 11:50:55 +08:00
  • bfe3e9d64a [Feature] Add switch readonly state interface (#389) Zihao Ye 2019-02-21 07:51:56 +08:00
  • 111a4aa754 [Bugfix] Fix the SSE tutorial in CI. (#401) Da Zheng 2019-02-20 14:55:18 -08:00
  • 6e7f3f3d24 Find OpenMP in CMake (#402) Quan (Andy) Gan 2019-02-20 17:00:15 -05:00
  • bd9171d6cd [Doc Fix] Fix group_apply_edges docs display VoVAllen 2019-02-21 00:19:39 +08:00
  • 2e1cbd5d68 [Feature] Random walk traces generation (#392) Quan (Andy) Gan 2019-02-20 10:41:59 -05:00
  • f370e628cd [Feature] add NodeFlow API (#361) Da Zheng 2019-02-19 15:49:28 -08:00
  • 220a1e68fb [BUG] Fixing bug in pickling readonly graphs (#397) Quan (Andy) Gan 2019-02-19 00:14:11 -05:00
  • 788d8dd4ad [Model]PPI dataloader and inductive learning script. (#395) Hao Zhang 2019-02-18 05:41:30 +08:00
  • 1ea0bcf486 [Model] fix link & beam search (#394) Zihao Ye 2019-02-18 02:32:36 +08:00
  • ae1806f651 [Bugfix] RGCN tutorial (#388) Zihao Ye 2019-02-15 11:14:56 +08:00
  • 59ec7a9c93 MSBuild instructions (#393) Quan (Andy) Gan 2019-02-14 11:56:32 -05:00
  • 40afdf7cd5 [Bugfix] Remove unnecessary assert in from_scipy_sparse_matrix (#391) Lingfan Yu 2019-02-13 17:45:22 -05:00
  • 91b7382378 [Model] update gat (#390) Minjie Wang 2019-02-13 14:53:41 -05:00
  • 6c3dba867a [Tutorial] Update prerequisites of README (#380) Giuseppe Futia 2019-02-11 22:58:17 -05:00
  • 29dd22e666 [Model] Support Multi-GPU for Transformer model (#356) Lingfan Yu 2019-02-11 20:17:45 -05:00
  • 1c63dd4f52 [Doc] fix the comment error of edge_id in graph.h (#382) hbsun2113 2019-02-12 02:14:47 +08:00
  • 51293a3273 [Data] reddit data loader (#372) Ziyue Huang 2019-02-09 02:53:39 +08:00
  • 5b9147c464 [Feature] Edge Group Apply API (#358) VoVAllen 2019-02-04 00:14:52 +08:00
  • 9cd0df7dde [Doc] Update README in MXNet GCN. (#373) Da Zheng 2019-02-02 21:59:07 -08:00
  • 12d706300c [Hotfix] fixing zero shaped tensor problems for PyTorch 1.0.0 in JTNN example (#371) Quan (Andy) Gan 2019-01-31 21:07:09 -05:00
  • dedfd908c6 [Fix] Fix link in batched graph blog (#367) Mufei Li 2019-01-27 00:04:05 +08:00
  • 1989f8f43c fix broken link (#366) VoVAllen 2019-01-26 23:17:55 +08:00
  • 3cbfc25a32 [Tutorial] Batched Graph Classification (#360) Mufei Li 2019-01-26 04:13:52 +08:00
  • abf12fc757 [Data] Synthetic dataset for graph classificaiton (#364) Minjie Wang 2019-01-25 10:47:47 -05:00
  • 525bb61245 [Doc] Fix a typo (#365) Totti97 2019-01-26 00:41:37 +09:00
  • 646d1ab186 [Bugfix] 'const size_t' (aka 'const unsigned long') is ambiguous on MacOS (#363) Chao Ma 2019-01-25 00:25:01 +08:00
  • fea5579a50 [GraphIndex][Fix] signed and unsigned integer conversion (#359) GaiYu0 2019-01-21 10:56:55 +08:00
  • 929742b588 [Feature] Reimplement Immutable graph index in DGL (#342) Da Zheng 2019-01-17 09:59:53 +08:00
  • ed1948b555 [BugFix] Make program thread-local to support multi-threading (#338) Lingfan Yu 2019-01-12 22:04:08 -05:00
  • 8576e22c74 [Docs] [0.1.x] Move file_pattern option from Makefile to conf.py (#353) 0.1.x VoVAllen 2019-01-12 22:52:08 +08:00
  • 19e1b14031 [Docs] Move file_pattern option from Makefile to conf.py (#352) VoVAllen 2019-01-12 22:51:50 +08:00
  • ddc2faa547 [Bugfix] Fix gat residual bug (#355) Minjie Wang 2019-01-12 08:37:01 -05:00
  • efae0f97d8 [Model] Improve GAT models (#348) Minjie Wang 2019-01-11 02:02:06 -05:00
  • 3a868eb04b [Feature] Max readout and consecutive labeling for networkx (#341) Mufei Li 2019-01-11 01:58:05 +08:00
  • 707334ce85 minor spelling tweaks (#349) brett koonce 2019-01-10 11:02:31 -06:00
  • 192bd952de [Doc] fix broken link in doc (#344) Minjie Wang 2019-01-07 17:51:36 -05:00
  • b5afaeac65 [CI] Small change on the MX CPU image (#343) Minjie Wang 2019-01-07 15:59:34 -05:00
  • e19cd62ecd [Test] Unify tests for different backends (#333) Quan (Andy) Gan 2019-01-05 23:32:33 -05:00
  • 3edcaa1ed6 [Doc] small fix on the doc ref (#337) Minjie Wang 2019-01-04 17:10:42 -05:00
  • 6f9ae8d61e [Doc] main doc page update and contribute guide (#336) Minjie Wang 2019-01-04 17:02:37 -05:00
  • 24bbdb745e [Feature] Reversed Graph and Transform Module (#331) Mufei Li 2019-01-05 02:51:19 +08:00
  • 4bd4d6e348 [Lint] Pylint (#330) Minjie Wang 2019-01-01 15:15:41 -05:00
  • 1e50cd2eda [Model][MXNet] MXNet Tree LSTM example (#279) Sheng Zha 2018-12-26 18:57:23 -08:00
  • 534ea8c970 [Doc] Update index.rst (#328) Aston Zhang 2018-12-27 00:29:00 +00:00
  • a63c335134 [DOC] provide supplementary resources (#326) Aston Zhang 2018-12-26 08:21:25 +00:00
  • 97a7dd11b2 Update README.txt (#327) Aston Zhang 2018-12-26 08:07:19 +00:00
  • 2664ed2dff [Bugfix] Fix multiple send recv (#320) Lingfan Yu 2018-12-23 21:35:49 -05:00
  • 896dc50e70 [Model] fix bugs in pygat and mxgat. (#323) Hao Zhang 2018-12-24 09:45:25 +08:00
  • 75e2af7993 [CI] Jenkins on Windows builds (#324) Quan (Andy) Gan 2018-12-22 00:39:29 -05:00
  • 01e8794f12 [Doc] Show MXNet examples (#318) Da Zheng 2018-12-17 12:25:13 -08:00
  • 632d598c77 [Doc] Add readme to mxnet gat (#300) Hao Zhang 2018-12-17 20:36:26 +08:00
  • f8811c7d3c [BUGFIX] fix some minor problems in GAT (#308) Da Zheng 2018-12-16 22:20:27 -08:00
  • dba36c87af Fix some minor problems in SSE (#309) Da Zheng 2018-12-16 21:21:35 -08:00
  • 0d0f44363c [Bugfix] MX utest traversal memory corruption (#312) Minjie Wang 2018-12-17 00:07:59 -05:00
  • 3d4463016d [Github] change template to suggest using discussion forum more (#315) Minjie Wang 2018-12-16 23:00:00 -05:00