提交

提交图

  • 91fe0c9069 [GraphBolt] Refactor CSCSamplingGraph and update the corresponding method. (#6515) LastWhisper 2023-11-04 03:09:14 +08:00
  • 3f3652e0a7 [Graphbolt] Polish the quickstart node classification tasks. (#6530) Hongzhi (Steve), Chen 2023-11-03 23:31:38 +08:00
  • 6dcdaf59ce [CI] add torcheval into CI docker (#6527) Rhett Ying 2023-11-03 18:49:13 +08:00
  • 9111deee81 [GraphBolt] add testcase for multiple tasks in OnDiskDataset (#6525) Rhett Ying 2023-11-03 17:46:02 +08:00
  • 20866b0683 [Misc] Add torcheval to dgl dev conda env. (#6529) Hongzhi (Steve), Chen 2023-11-03 17:38:02 +08:00
  • a1fb810e9b [Graphbolt] Add cora link prediction data as example. (#6521) Hongzhi (Steve), Chen 2023-11-03 17:30:56 +08:00
  • be0bf495d7 [Polish] Cleanup unnecessary local variable. (#6524) Hongzhi (Steve), Chen 2023-11-03 17:02:06 +08:00
  • 419799b866 [Sparse] Add a graphSAGE example (#6481) xiangyuzhi 2023-11-03 10:21:18 +08:00
  • 9ef950a62b [Graphbolt] Polish. (#6520) Hongzhi (Steve), Chen 2023-11-03 09:56:59 +08:00
  • 325e67ce19 [Misc] Change node features type of ogbn-products to float32 (#6518) Ramon Zhou 2023-11-02 17:09:41 +08:00
  • 50c5e4880a [Graphbolt] Create a minimum gcn example with cora dataset. (#6512) Hongzhi (Steve), Chen 2023-11-02 15:32:13 +08:00
  • 40607e3c27 [Graphbolt] Create example for graphbolt dataformat. (#6511) Hongzhi (Steve), Chen 2023-11-02 15:31:04 +08:00
  • 14b4a90b4e [Graphbolt] Add cora to graphbolt builtin dataset. (#6514) Hongzhi (Steve), Chen 2023-11-02 10:14:09 +08:00
  • 4b6faecb1e [Misc] Modify two examples to make them consistent (#6513) Mingbang Wang 2023-11-01 17:16:59 +08:00
  • 96226c61bb [Misc] Add cmake to dev conda requirement. (#6510) Hongzhi (Steve), Chen 2023-11-01 12:57:25 +08:00
  • e0c7f95960 [GraphBolt] Update the param to make the code consistent (#6491) LastWhisper 2023-10-31 15:19:55 +08:00
  • 9e26c8e388 [GraphBolt] upgrade CUDA to 17 and update CI gpu image to torch2.0+cu118 (#6505) Rhett Ying 2023-10-30 13:15:29 +08:00
  • 864fd4f7da [DistDGL] fix docstring typo Rhett Ying 2023-10-30 08:44:25 +08:00
  • 364806f2cc [GraphBolt] Modify node_classification for benchmark (#6501) Mingbang Wang 2023-10-28 14:35:13 +08:00
  • e645d936bf [Misc] polish the python code (#6499) Mingbang Wang 2023-10-28 14:33:29 +08:00
  • a93b6fec5e [GraphBolt] Modify random hetero graph generation in tests. (#6500) yxy235 2023-10-27 16:09:09 +08:00
  • 1d86b796a1 [GraphBolt] fix docstring (#6502) Rhett Ying 2023-10-27 09:47:42 +08:00
  • 23c566a60a Adding --num_workers input parameter to the EEG_GCNN example. (#6467) Andrei Ivanov 2023-10-25 19:18:22 -07:00
  • 760426e488 [Graphbolt] Add pin_memory_() support for TorrchBasedFeatureStore. (#6452) czkkkkkk 2023-10-24 17:14:21 +08:00
  • 02443df14f [GraphBolt] Add to function for SampledSubgraph (#6480) Ramon Zhou 2023-10-24 16:50:52 +08:00
  • aff6b685c3 [Misc] Avoid using Literal which requires python 3.8. (#6493) Hongzhi (Steve), Chen 2023-10-24 16:45:16 +08:00
  • e6a15c1a42 [GraphBolt] Enable node_classification.py to run on GPU environment (#6490) Mingbang Wang 2023-10-24 16:19:18 +08:00
  • 2a92dfca30 [GraphBolt] Add a multi-gpu homo node classification example (#6428) Ramon Zhou 2023-10-24 16:04:35 +08:00
  • 598f3f3602 Revert "[GraphBolt] Add NOT deduplication func to homo graph." (#6489) yxy235 2023-10-24 15:57:51 +08:00
  • 1b5b7de5da [Graphbolt] Support UVA index select for TorchBasedFeature (#6417) czkkkkkk 2023-10-24 09:34:33 +08:00
  • 75804a7d02 [GraphBolt] Enable the model to conduct layer-wise inference (#6482) Mingbang Wang 2023-10-23 20:42:42 +08:00
  • 03406bd96d [GraphBolt] call from_csc with explicit key word arguments (#6485) Rhett Ying 2023-10-23 16:33:20 +08:00
  • 13c754c15d [GraphBolt] Add NOT deduplication func to homo graph. (#6436) yxy235 2023-10-23 15:44:20 +08:00
  • 1a67b5b920 [Misc] Fix bugs of changing 1-D tasks sets when preprocess feature data. (#6479) yxy235 2023-10-21 15:03:31 +08:00
  • 7439b7e73b [GraphBolt] Add to function for CSCSamplingGraph (#6465) Ramon Zhou 2023-10-20 14:35:30 +08:00
  • ea58090e9e [GraphBolt] Add names to ItemSets in _init_all_nodes_set (#6461) Mingbang Wang 2023-10-20 14:34:18 +08:00
  • 4fca88177e [GraphBolt] update statistics with indexing enabled ItemSampler (#6478) Rhett Ying 2023-10-20 13:09:26 +08:00
  • 557c0a86aa [GraphBolt] enable indexing ItemSetDict in ItemSampler (#6468) Rhett Ying 2023-10-19 17:25:58 +08:00
  • 09c33b9f05 [Sparse] Fix graph_transformer example (#6471) xiangyuzhi 2023-10-19 17:13:17 +08:00
  • 101d2ae985 [Misc] Rename has_origin_eids to has_original_eids to keep consistency. (#6446) Hongzhi (Steve), Chen 2023-10-19 17:09:23 +08:00
  • d2eca8557d [Graphbolt] Speed up exclude edges (#6464) peizhou001 2023-10-19 16:15:00 +08:00
  • 72b3e078af [Graphbolt] Remove redundant data in to_dgl (#6466) peizhou001 2023-10-19 15:38:39 +08:00
  • 625f8a6bab [GraphBolt] Modify from_dglgraph() (#6470) Mingbang Wang 2023-10-19 15:21:38 +08:00
  • a6daf822de [GraphBolt] fix feat_size fetch issue (#6469) Rhett Ying 2023-10-19 11:53:54 +08:00
  • 963f855920 Ralaxing the limit on the possible number of num_workers used. (#6440) Andrei Ivanov 2023-10-18 19:25:43 -07:00
  • 9d5b897a24 [GraphBolt] enable indexing for ItemSetDict (#6459) Rhett Ying 2023-10-18 21:50:30 +08:00
  • 8b37564ba2 [GraphBolt] Modify preprocess to support ondisk datasets with 1D features. (#6433) yxy235 2023-10-18 16:31:36 +08:00
  • 4c883d896c [Misc] Replace api to get feature size in node_classfication and hetero_rgcn. (#6460) yxy235 2023-10-18 10:56:42 +08:00
  • 3774945dce [GraphBolt] enable slice for integer-init ItemSet (#6457) Rhett Ying 2023-10-18 10:42:36 +08:00
  • b08c446d66 [GraphBolt] Improve ItemSampler via indexing (#6453) Rhett Ying 2023-10-18 09:25:20 +08:00
  • 5f327ff452 [GraphBolt] Ensure the contiguity of the TorchBasedFeature._tensor. (#6449) LastWhisper 2023-10-17 22:42:55 +08:00
  • e4bb6abcea [Misc] Replace API to get feature size in example link prediction. (#6458) yxy235 2023-10-17 15:41:23 +08:00
  • c5ea35dc19 [Misc] Revert un-related change in #6447. (#6454) Hongzhi (Steve), Chen 2023-10-16 22:15:17 +08:00
  • f5b045587b [Graphbolt] Fix fanout order (#6447) peizhou001 2023-10-16 18:16:14 +08:00
  • c8ec9ce305 [GraphBolt] enable indexing on ItemSet instance (#6439) Rhett Ying 2023-10-16 17:53:11 +08:00
  • a548805dc0 [Misc] Rename the variables in NeighborSampler for better readability. (#6451) Hongzhi (Steve), Chen 2023-10-16 17:47:45 +08:00
  • d1ee3a5527 [Misc] Replace the API to get feature size (#6448) Mingbang Wang 2023-10-16 16:52:45 +08:00
  • e864f9c50f [Graphbolt] Update walkthrough Tutorial. (#6450) Hongzhi (Steve), Chen 2023-10-16 16:21:09 +08:00
  • a4ccc3e916 [Graphbolt] Add a load option original_edge_id for preprocess and from_dglgraph (#6438) LastWhisper 2023-10-16 15:55:44 +08:00
  • 63bc44dac1 [Graphbolt] Pass down the original eid. (#6444) Hongzhi (Steve), Chen 2023-10-16 15:51:39 +08:00
  • f08d2a8a4c [GraphBolt] Add all_nodes_set to OnDiskDataset (#6434) Mingbang Wang 2023-10-16 15:29:00 +08:00
  • 0b00b5818b [Misc] Polish the python code (#6443) Mingbang Wang 2023-10-16 14:20:06 +08:00
  • 406d621f71 [GraphBolt] Add to_dgl() to integration test. (#6441) yxy235 2023-10-16 14:13:51 +08:00
  • ebe46cdf1c Created using Colaboratory Hongzhi (Steve), Chen 2023-10-15 22:02:13 +08:00
  • 8f66656f29 Created using Colaboratory Hongzhi (Steve), Chen 2023-10-15 22:00:54 +08:00
  • e5aeeeed16 Created using Colaboratory Hongzhi (Steve), Chen 2023-10-15 21:57:41 +08:00
  • 5dfaf99e3c [Performance] Add NCCL support (#5929) Israt Nisa 2023-10-12 11:17:15 -04:00
  • e594b4a8e5 [Dataset] add COCOsuperpixel dataset (#6407) paoxiaode 2023-10-12 16:00:59 +08:00
  • fc06d7fce1 [GraphBolt] Enable CSCSamplingGraph::edge_attributes save and load. (#6422) LastWhisper 2023-10-12 15:53:43 +08:00
  • 2595fa9842 [GraphBolt] Fix intent bug of class LayerNeighborSampler DOC (#6429) yxy235 2023-10-12 14:31:48 +08:00
  • c94d2a5f04 [Performance] Do not fuse neighbor sampler for 1 thread (#6421) Andrzej Kotłowski 2023-10-12 08:31:07 +02:00
  • ad4df9c5c2 [Dataset] update docstring of LRGB (#6430) paoxiaode 2023-10-12 12:21:45 +08:00
  • ec5c515c26 [GraphBolt] Add parameter to NeighborSampler to support NOT deduplication. (#6419) yxy235 2023-10-12 10:22:24 +08:00
  • 34af2d6889 [GraphBolt] Enable ItemSet to initiate by integer (#6427) Mingbang Wang 2023-10-11 17:40:31 +08:00
  • a2a3a91325 [GraphBolt][Doc] update examples and display methods on page (#6426) Rhett Ying 2023-10-11 16:41:42 +08:00
  • 3f958d7c6a [GraphBolt] modify DGLMiniBatch layout. (#6410) yxy235 2023-10-11 15:58:57 +08:00
  • a19e0efd5e [GraphBolt] Modify the doc string of DistributedItemSampler (#6420) Ramon Zhou 2023-10-11 15:38:47 +08:00
  • 7d87dcec6a [GraphBolt][Doc] update impl (#6418) Rhett Ying 2023-10-11 15:11:37 +08:00
  • c1d117a60c [Example] fix typo in README Rhett Ying 2023-10-11 14:42:29 +08:00
  • 6f0c89603c [example] fix typo in README Rhett Ying 2023-10-11 14:41:51 +08:00
  • 2ebfa6ea5a [Sparse]Fix device check (#6409) xiangyuzhi 2023-10-11 09:04:29 +08:00
  • 617979d60a [GraphBolt] Add to function for DGLMiniBatch and MiniBatch (#6413) Ramon Zhou 2023-10-10 17:53:49 +08:00
  • 38448dac3e [Graphbolt] Add integration test for sampling in CI. (#6401) yxy235 2023-10-10 11:23:56 +08:00
  • 3349d34195 [GraphBolt][Doc] update top level APIs (#6415) Rhett Ying 2023-10-10 10:49:55 +08:00
  • 821c1e427f [dev] update minimum pytorch version to 1.13.0 (#6412) Rhett Ying 2023-10-09 19:33:35 +08:00
  • 4a861775a4 [GraphBolt] support both pydantic 1.x and 2.x (#6411) Rhett Ying 2023-10-09 19:32:58 +08:00
  • b79dae36ad [Example] Modify the output of gated_gcn example to fit benchmark test (#6405) caojy1998 2023-10-09 14:30:18 +08:00
  • 32be4a8e5e [GraphBolt] Store ORIGINAL_EDGE_ID in CSCSamplingGraph's edge_attributes. (#6399) LastWhisper 2023-10-09 13:44:11 +08:00
  • 241760a5ef [Graphbolt] Fix link_prediction example (#6397) Andrzej Kotłowski 2023-10-09 07:18:20 +02:00
  • cc079e1c44 [GraphBolt] Add implementation of num_nodes (#6395) Mingbang Wang 2023-10-09 11:59:44 +08:00
  • fdb4737c35 [Sparse] Add compact operator (#6352) xiangyuzhi 2023-10-09 08:36:49 +08:00
  • 8edcad2d80 [Dataset] Add VOCSuperpixels dataset in LRGB (#6389) paoxiaode 2023-10-08 14:03:27 +08:00
  • 403dba6264 [Examples] enable train on ogb-lsc-mag240m (#6402) Rhett Ying 2023-10-08 13:21:05 +08:00
  • 5ce8b83d31 [GraphBolt] disable full neighbor sampling in reference stage for hetero rgcn example (#6396) Rhett Ying 2023-10-07 15:25:49 +08:00
  • 5ba2620ff5 [Graphbolt] Support get feature size. (#6374) yxy235 2023-10-07 14:08:25 +08:00
  • f971e25a4d [GraphBolt] Modify Feature class. (#6387) yxy235 2023-09-28 11:17:35 +08:00
  • d3dd8e3700 [Graphbolt]Add to dgl datapipe warpper (#6390) peizhou001 2023-09-28 10:24:16 +08:00
  • d8101fe413 [Misc] Create SamplingGraph Class (#6394) Mingbang Wang 2023-09-27 22:46:46 +08:00
  • 43b45ab618 [GraphBolt] update URL for ogb-lsc-mag240m (#6392) Rhett Ying 2023-09-27 16:22:40 +08:00
  • fab7a95003 [Misc] Add graphbolt dir for test script. (#6391) Hongzhi (Steve), Chen 2023-09-27 12:06:50 +08:00