文件历史

提交图

23 次代码提交

作者 SHA1 备注 提交日期
Rhett Ying 03ca11f560 [GraphBolt] fix random generator for shuffle among all workers (#6982) 2024-01-22 14:39:30 +08:00
Mingbang Wang 35b50b61a5 [Misc] using index_select to avoid IndexError (#6777)
Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2024-01-02 13:31:22 +08:00
Rhett Ying fa4bf67585 [GraphBolt] set buffer_size as whole itemset in default (#6866) 2024-01-02 08:38:46 +08:00
Rhett Ying 2968c9b247 [GraphBolt] remove SingleProcessDataLoader (#6663) 2023-12-04 08:22:15 +08:00
yxy235 9aca30923d [GraphBolt] Rename and move utils files. (#6627)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-0-133.us-west-2.compute.internal>
2023-11-28 10:49:20 +08:00
Ramon Zhou 46d7b1d972 [GraphBolt] Rewrite DistributeItemSampler logic (#6565) 2023-11-20 00:40:37 +08:00
Ramon Zhou d79701db12 [GraphBolt] Use indexing in DistributedItemSampler (#6508) 2023-11-08 20:46:22 +08:00
Mingbang Wang e645d936bf [Misc] polish the python code (#6499) 2023-10-28 14:33:29 +08:00
Rhett Ying 557c0a86aa [GraphBolt] enable indexing ItemSetDict in ItemSampler (#6468) 2023-10-19 17:25:58 +08:00
Rhett Ying 3774945dce [GraphBolt] enable slice for integer-init ItemSet (#6457) 2023-10-18 10:42:36 +08:00
Rhett Ying b08c446d66 [GraphBolt] Improve ItemSampler via indexing (#6453) 2023-10-18 09:25:20 +08:00
Rhett Ying a2a3a91325 [GraphBolt][Doc] update examples and display methods on page (#6426) 2023-10-11 16:41:42 +08:00
Ramon Zhou a19e0efd5e [GraphBolt] Modify the doc string of DistributedItemSampler (#6420) 2023-10-11 15:38:47 +08:00
Rhett Ying 3349d34195 [GraphBolt][Doc] update top level APIs (#6415) 2023-10-10 10:49:55 +08:00
Ramon Zhou 0a87bc6a8d [GraphBolt] Add DistributedItemSampler to support multi-gpu training (#6341) 2023-09-22 14:38:45 +08:00
Hongzhi (Steve), Chen 648b8448e0 [Misc] Remove unused import. (#6358)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-09-20 14:07:11 +08:00
Rhett Ying b099ac93a3 [GraphBolt] remove func decorator from ItemSampler (#6357) 2023-09-20 14:03:55 +08:00
Rhett Ying ec4952392d [GraphBolt] enable to invoke gb samplers in functional form (#6297) 2023-09-07 15:57:52 +08:00
Rhett Ying 37d70e541b [GraphBolt] split node_pairs to tuple of (src, dst) (#6291) 2023-09-06 16:06:39 +08:00
Rhett Ying 19d6394329 [GraphBolt] avoid warning of pickle local function (#6284) 2023-09-05 19:02:10 +08:00
Rhett Ying 29949322bf [GraphBolt] convert item list to MiniBatch (#6281) 2023-09-05 17:03:59 +08:00
Rhett Ying 3742d5ffed [GraphBolt] rename data attributes in MiniBatch (#6274) 2023-09-04 16:24:00 +08:00
Rhett Ying 240e28a223 [GraphBolt] rename MinibatchSampler as ItemSampler (#6255) 2023-09-01 13:44:13 +08:00