文件历史

提交图

18 次代码提交

作者 SHA1 备注 提交日期
Andrei Ivanov 8b35cbc80a Improving the DEEPWALK example. (#6070)
Co-authored-by: Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
2023-08-07 10:16:04 +08:00
Hongzhi (Steve), Chen 5008af2210 [Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes in examples. (#5492)
* pytorch_example

* fix

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-03-29 11:01:20 +08:00
Hongzhi (Steve), Chen 704bcaf6dd examples (#5323)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-19 08:35:15 +08:00
peizhou001 611393021a [API Deprecation] Remove candidates in DGLGraph (#4946) 2022-12-01 16:41:53 +08:00
Hongzhi (Steve), Chen 0b9df9d798 [Misc] Black auto fix. (#4652)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
2022-09-28 10:28:24 +08:00
Quan (Andy) Gan e06e63d5d5 [Feature] Enable UVA sampling with CPU indices (#3892)
* enable UVA sampling with CPU indices

* add docs

* add more docs

* lint

* fix

* fix

* better error message

* use mp.Barrier instead of queues

* revert

* revert

* oops

* revert dgl.multiprocessing.spawn

* Update pytorch.py
2022-04-12 20:56:51 +08:00
Jinjing Zhou 3641829211 fix docs (#3126)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
2021-07-12 11:43:15 +08:00
Quan (Andy) Gan caa6d6072c [Feature] Replacing thread_wrapped_func with minimal mp.Process wrapper (#2905)
* standardizing thread_wrapped_func

* lints

* Update __init__.py
2021-05-14 11:34:49 +08:00
Hao Xiong 9488bace20 [Fix] fix some typos in example/ogb/deepwalk/ (#2190)
* line

* two lines

* update readme

* readme

* update readme

* update

Co-authored-by: Zihao Ye <expye@outlook.com>
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2020-09-15 11:01:44 +08:00
xiang song(charlie.song) 8f3e423c74 update Readme (#2068)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-63-129.ec2.internal>
2020-08-19 23:04:19 +08:00
xiang song(charlie.song) 3611a66e06 Remove duplicate code of deepwalk (#1965)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-87-240.ec2.internal>
2020-08-07 18:18:24 +08:00
Hao Xiong 4a8cc48981 fix bugs (#1885)
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
2020-08-04 09:10:51 +08:00
Zihao Ye 56339b34bf [Fix] Update ogb examples according to new API. (#1922)
* upd

* upd

Co-authored-by: Ubuntu <ubuntu@ip-172-31-29-3.us-east-2.compute.internal>
2020-08-03 23:08:50 +08:00
Hao Xiong 0fb615b9a6 [Example] Several updates on deepwalk (#1845)
* fix bug

* fix bugs

* add args

* add args

* fix bug

* fix a typo

* results

* results

* results

Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2020-07-22 23:26:30 +08:00
Hao Xiong c8ec6ee5cc [Example] Experimental results of deepwalk on ogb datasets (#1729)
* ogb-deepwalk

* ?

* ?

* remove pyg
2020-07-01 14:45:12 +08:00
Hao Xiong 7ee72b668e [Example] Experimental results on ogbl-citation & ogbl-ppa (#1711)
* ogb-deepwalk

* update readme

* update readme

* update readme

* update readme

* ogbl-ddi

* readme

* citation&ppa

Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2020-06-28 11:37:01 +08:00
Hao Xiong f9fd3107ae [Example] Experimental results over ogbl-ddi (#1707)
* ogb-deepwalk

* update readme

* update readme

* update readme

* update readme

* ogbl-ddi

* readme

Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2020-06-27 14:01:44 +08:00
Hao Xiong 8d16d4bb6b [Example] Test deepwalk on ogb leaderboard (#1689)
* ogb-deepwalk

* update readme

* update readme

* update readme

* update readme

Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
2020-06-25 23:09:47 +08:00