提交

提交图

  • 729ff2ef38 Fix the performance issue of graph partitioning in new DGLGraph (#1934) Da Zheng 2020-08-09 18:33:05 -07:00
  • 4097fa2173 [Feature] [Example] Graph matching routines with DGLGraphs (#1935) gurdaspuriya 2020-08-09 07:52:40 -05:00
  • 4ef01dbb05 [Example] Rgcn support ogbn-mag dataset. (#1812) xiang song(charlie.song) 2020-08-09 15:56:15 +08:00
  • e75157738b hotfix (#1980) xiang song(charlie.song) 2020-08-09 11:25:13 +08:00
  • b9ef70e5ac [Distributed] Set the number of threads correctly to speed up (#1976) Da Zheng 2020-08-08 19:30:53 -07:00
  • f0fbbc1632 [Distributed] Fix the launch script. (#1977) Da Zheng 2020-08-08 09:56:25 -07:00
  • 4b8eaf205b [Distributed] move feature copy to samplers in distributed GraphSage. (#1975) Da Zheng 2020-08-08 09:19:09 -07:00
  • f7ce48bcd4 [NN] Fix error message of GatedGraphConv (#1964) Quan (Andy) Gan 2020-08-08 23:01:07 +08:00
  • d34cbf3180 Update train_sampling_unsupervised.py (#1973) Mufei Li 2020-08-08 17:21:15 +08:00
  • 5454471fc8 [Distributed] Add roles (#1971) Da Zheng 2020-08-08 01:41:51 -07:00
  • 2823c61f37 [Distributed] Fix synchronized APIs in kvstore (#1948) Da Zheng 2020-08-07 19:01:52 -07:00
  • bab32d5ba1 [Distributed] Fix dataloader (#1970) Da Zheng 2020-08-07 18:09:21 -07:00
  • 264d96cdf5 [bugfix] Fix a bunch of examples to be compatible with dgl 0.5 (#1957) Zihao Ye 2020-08-08 01:31:23 +08:00
  • dcf464121b [bugfix] Fix dataloader bug in GAT PPI data example (#1966) Xiangkun Hu 2020-08-08 00:23:32 +08:00
  • 18bfec24cf [hotfix] Refactor edge softmax module (#1967) Zihao Ye 2020-08-07 23:50:12 +08:00
  • 3611a66e06 Remove duplicate code of deepwalk (#1965) xiang song(charlie.song) 2020-08-07 18:18:24 +08:00
  • 22167f7203 [Refactor] Enable new kernel in all message passing APIs (#1953) Minjie Wang 2020-08-07 15:40:25 +08:00
  • 5d5436ba18 [Dataset] RedditDataset change data.train_mask to numpy array (#1961) Xiangkun Hu 2020-08-07 15:22:13 +08:00
  • 35c9473ba5 [HotFix] Fix add_reverse_edges (#1960) xiang song(charlie.song) 2020-08-07 13:07:06 +08:00
  • 3d8377062c [Doc] Dataset api doc add save_info(), load_info() (#1954) Xiangkun Hu 2020-08-06 22:25:45 +08:00
  • 78651016f4 [Hot fix][Dataset] knowledge graph dataset statistics output (#1952) xiang song(charlie.song) 2020-08-06 20:20:20 +08:00
  • ba110e50e6 [Bug] Fix VRGCN with new dataset (#1955) Quan (Andy) Gan 2020-08-06 17:54:24 +08:00
  • 13ea9ddb06 [Doc] Fix some format issues in dataset api doc (#1951) Xiangkun Hu 2020-08-06 16:51:46 +08:00
  • cebf3364e2 fix (#1950) Jinjing Zhou 2020-08-06 16:27:28 +08:00
  • 967ecb8064 [Dataset] Fix the docstring format for dgl.data section (#1941) Tong He 2020-08-06 14:47:49 +08:00
  • 3fa8d7552b [Example] Remove duplicated edges in RRN Sudoku example (#1946) Xiangkun Hu 2020-08-06 12:28:11 +08:00
  • f9bde91fbd [hotfix] Remove dead code (#1942) xiang song(charlie.song) 2020-08-05 23:16:46 +08:00
  • 4f499c7ffb [Distributed] DistDataloader (#1901) Jinjing Zhou 2020-08-05 17:43:17 +08:00
  • c801a164ee [hotfix] Allow broadcastable expand in the backward phase of gspmm (#1939) Zihao Ye 2020-08-05 17:02:25 +08:00
  • 929c99ed96 [Model] Rewrite GraphSAGE example (#1938) Quan (Andy) Gan 2020-08-05 16:45:17 +08:00
  • 879e4ae5f2 [Transform] Add add_reverse_edges (#1936) xiang song(charlie.song) 2020-08-05 15:09:55 +08:00
  • 1232961e07 Fix timing (#1930) xiang song(charlie.song) 2020-08-04 23:41:10 +08:00
  • fae26dd15c [API] remove the expand_as_pair call (#1929) Quan (Andy) Gan 2020-08-04 19:28:39 +08:00
  • 823eb5be1b [Doc] dgl.sampling docstring fixes (#1928) Quan (Andy) Gan 2020-08-04 17:12:46 +08:00
  • 451ed6d836 [Dataset] SBMMixtureDataset (#1920) Xiangkun Hu 2020-08-04 15:06:53 +08:00
  • 4a8cc48981 fix bugs (#1885) Hao Xiong 2020-08-04 09:10:51 +08:00
  • d2ccd218cf [hotfix] Allow creating graph from edges with restrict formats excluding coo. (#1926) Zihao Ye 2020-08-04 00:33:36 +08:00
  • ca5a13fe49 [hotfix] Replace request_format and related APIs with create_format_ (#1924) Zihao Ye 2020-08-04 00:05:40 +08:00
  • 2c141229d5 [Dataset] RedditDataset (#1914) Xiangkun Hu 2020-08-03 23:49:22 +08:00
  • 37aa99c510 [Dataset] GNNBenchmarkDataset (#1912) Xiangkun Hu 2020-08-03 23:28:58 +08:00
  • 56339b34bf [Fix] Update ogb examples according to new API. (#1922) Zihao Ye 2020-08-03 23:08:50 +08:00
  • 001d793711 [Dataset] SSTDataset (#1918) Xiangkun Hu 2020-08-03 19:15:28 +08:00
  • 73b9c6f18c [Dataset] GDELTDataset (#1911) Xiangkun Hu 2020-08-03 17:43:50 +08:00
  • 06ea03d0f8 [Dataset] ICEWS18Dataset (#1913) Xiangkun Hu 2020-08-03 17:07:02 +08:00
  • b5be4f4bbf [Dataset] Update dataset hash with deterministic function (#1919) Tong He 2020-08-03 16:17:00 +08:00
  • 39ed096630 [Dataset] Builtin LegacyTUDataset and TUDataset (#1891) Tong He 2020-08-03 14:40:36 +08:00
  • 65e9644e54 [Bugfix] Fix _deprecate not found error for now (#1916) Quan (Andy) Gan 2020-08-03 12:59:23 +08:00
  • 22485e58d3 [Dataset] BitcoinOTCDataset (#1910) Xiangkun Hu 2020-08-03 12:15:04 +08:00
  • d22f96feb4 [Dataset] QM7bDataset (#1915) Xiangkun Hu 2020-08-03 11:58:31 +08:00
  • a4c931a9bf [Distributed] Support multiple servers (#1886) Da Zheng 2020-08-02 19:50:34 -07:00
  • 9bcce7bead [Dataset] PPIDataset (#1906) Xiangkun Hu 2020-08-03 00:30:01 +08:00
  • 4f7bd0d0fb [Example] Cluster Sage for ogb (#1850) xiang song(charlie.song) 2020-08-03 00:04:05 +08:00
  • 743c38401c [Dataset] KarateClubDataset (#1897) Xiangkun Hu 2020-08-02 22:39:11 +08:00
  • cb2c4ec17b Fix (#1909) xiang song(charlie.song) 2020-08-02 14:53:21 +08:00
  • 56bbf9cb6d [Distributed][Example] Distributed training for unsupervised graphsage (#1853) xiang song(charlie.song) 2020-08-02 03:24:55 +08:00
  • 34a067eaa0 [bugfix] Fix the memory leak issue of Cluster GAT under 0.5 kernel and simplify the bipartite GAT. (#1908) Zihao Ye 2020-08-02 00:59:27 +08:00
  • 303e42367d Hot Fix docstring (#1907) xiang song(charlie.song) 2020-08-01 23:24:24 +08:00
  • b347590a37 [Dataset] Citation graph (#1902) xiang song(charlie.song) 2020-08-01 19:25:50 +08:00
  • 4be4b13424 [Distributed] add copy_partitions.py (#1866) Da Zheng 2020-07-31 11:11:56 -07:00
  • 8b64037eea [Example] cluster-gat for ogb (#1875) xiang song(charlie.song) 2020-08-01 00:09:15 +08:00
  • e5e1a99d46 [KVStore] Fix bug in barrier. (#1904) Chao Ma 2020-07-31 22:01:03 +08:00
  • 03f251ced1 upd (#1905) Zihao Ye 2020-07-31 20:13:24 +08:00
  • a28bfa9f5f [hotfix] Activate kernel unittest for tensorflow (#1895) Zihao Ye 2020-07-31 19:57:53 +08:00
  • 18c960a1b5 [Dataset] Builtin MiniGCDataset (#1890) Tong He 2020-07-31 17:40:02 +08:00
  • f05bd4971c [Dataset] Builtin GINDataset (#1889) Tong He 2020-07-31 17:12:14 +08:00
  • fb02aa2d85 [Dataset] Add hash function to distinguish instances from the same dataset class (#1894) Tong He 2020-07-31 15:53:32 +08:00
  • 71c7ee0e48 [Bugfix] add DGLWarning class (#1898) Quan (Andy) Gan 2020-07-31 13:18:36 +08:00
  • b9ae536ecf [Hotfix] fix excessive warnings (#1896) Minjie Wang 2020-07-31 10:32:21 +08:00
  • dbb028acc8 [Dataset] Builtin knowledge graph dataset (#1881) xiang song(charlie.song) 2020-07-30 23:37:33 +08:00
  • f4608c2227 [CUDA][Kernel] A bunch of int64 kernels for COO and CSR (#1883) Minjie Wang 2020-07-30 21:02:07 +08:00
  • 5b515cf667 [KVStore] Support group barrier (#1880) Chao Ma 2020-07-30 19:21:20 +08:00
  • 444becf00a [Misc] Move many deprecated codes to the deprecate folder (#1893) Minjie Wang 2020-07-30 18:17:33 +08:00
  • 68a978d4de [Model] Fixes JTNN for 0.5 (#1879) Quan (Andy) Gan 2020-07-30 13:36:08 +08:00
  • faa1dc56fc hot fix (#1888) xiang song(charlie.song) 2020-07-30 12:02:49 +08:00
  • aee1067941 [Dataset] RDF dataset with DGL-Dataset template (#1869) xiang song(charlie.song) 2020-07-30 09:12:00 +08:00
  • 15411d932c [Example] Fix some example after graph refactor. (#1884) xiang song(charlie.song) 2020-07-29 22:07:47 +08:00
  • 3e2f94ed20 [Distributed] Refactor distributed training to new DGLGraph. (#1874) Da Zheng 2020-07-28 22:07:24 -07:00
  • 05a4337901 [Doc] Introduce the relation of message passing APIs and operators in docstring. (#1878) Zihao Ye 2020-07-29 00:41:47 +08:00
  • 2fa2b4534e [Feature] Support higher order derivative for message passing. (#1877) Zihao Ye 2020-07-28 23:11:06 +08:00
  • 2b8eb5be6f [refactor] Move spmm and sddmm operators to operator module (#1873) Zihao Ye 2020-07-28 18:39:12 +08:00
  • 71cf78652d Revert "[Distributed] DistDataloader (#1870)" (#1876) Jinjing Zhou 2020-07-28 17:57:57 +08:00
  • 6557291fdc [Distributed] DistDataloader (#1870) Jinjing Zhou 2020-07-28 16:36:37 +08:00
  • 40950629b2 [Feature] Shared memory utilities (#1807) Qidong Su 2020-07-28 15:26:15 +08:00
  • 1c1bb77231 hot fix (#1871) xiang song(charlie.song) 2020-07-28 14:46:27 +08:00
  • 44089c8b4d [Refactor][Graph] Merge DGLGraph and DGLHeteroGraph (#1862) Minjie Wang 2020-07-28 14:30:41 +08:00
  • 015acfd2d8 [Distributed] Small fixes (#1859) Da Zheng 2020-07-27 01:39:48 -07:00
  • ff8f7082a3 [Distributed] turn off recording on embeddings in the inference. (#1861) Da Zheng 2020-07-27 00:42:40 -07:00
  • bcb988bdea [Distributed] Small fix on launch script (#1867) Chao Ma 2020-07-27 13:44:14 +08:00
  • 6963d796c5 [Distributed] update Embedding API (#1847) Da Zheng 2020-07-26 11:59:41 -07:00
  • ec2e24be6d [Feature] Slice dstnode features in NN modules (#1838) Quan (Andy) Gan 2020-07-25 21:57:49 +08:00
  • 0e896a921e update. (#1857) Da Zheng 2020-07-24 10:47:57 -07:00
  • 53fc639201 [Torch] Fix inter-process communication for PyTorch (#1858) Jinjing Zhou 2020-07-24 18:15:24 +08:00
  • 62077ef33b [Distributed] update Metis (#1856) Da Zheng 2020-07-23 21:06:22 -07:00
  • b885c82f3f [RPC] Remove socket->SetTimeOut() (#1851) Chao Ma 2020-07-23 14:23:39 +08:00
  • 0fb615b9a6 [Example] Several updates on deepwalk (#1845) Hao Xiong 2020-07-22 23:26:30 +08:00
  • 33abd2757b [HeteroGraph] Metis partition for hetero (#1843) Jinjing Zhou 2020-07-22 16:31:10 +08:00
  • 562871e76b [Distributed] add distributed evaluation. (#1810) Da Zheng 2020-07-22 00:40:14 -07:00
  • 9d853977d2 Deprecate old random walk implementations (#1846) Quan (Andy) Gan 2020-07-22 15:08:54 +08:00
  • 41b905da71 Fix #1826 (#1835) xiang song(charlie.song) 2020-07-21 16:32:54 +08:00
  • 54b71412b2 Increase seconds for showing the tcp re-connect message (#1834) Chao Ma 2020-07-21 15:58:35 +08:00