- 03 Aug, 2023 6 commits
-
-
Andrei Ivanov authored
-
Andrei Ivanov authored
-
Andrei Ivanov authored
-
Andrei Ivanov authored
-
Andrei Ivanov authored
-
Andrei Ivanov authored
-
- 02 Aug, 2023 1 commit
-
-
Songqing Zhang authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 01 Aug, 2023 1 commit
-
-
Andrei Ivanov authored
-
- 31 Jul, 2023 1 commit
-
-
Ilia Taraban authored
-
- 27 Jul, 2023 6 commits
-
-
Andrei Ivanov authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Andrei Ivanov authored
-
Andrei Ivanov authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Andrei Ivanov authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
Andrei Ivanov authored
Co-authored-by:rudongyu <ru_dongyu@outlook.com>
-
Andrei Ivanov authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 14 Jul, 2023 1 commit
-
-
Andrei Ivanov authored
Co-authored-by:Hongzhi (Steve), Chen <chenhongzhi.nkcs@gmail.com>
-
- 13 Jun, 2023 1 commit
-
-
Andrei Ivanov authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 12 Jun, 2023 1 commit
-
-
hummingg authored
-
- 09 Jun, 2023 1 commit
-
-
Rhett Ying authored
-
- 08 Jun, 2023 1 commit
-
-
Rhett Ying authored
-
- 07 Jun, 2023 2 commits
-
-
Andrei Ivanov authored
Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Chang Liu authored
-
- 10 May, 2023 1 commit
-
-
Rhett Ying authored
-
- 20 Apr, 2023 1 commit
-
-
czkkkkkk authored
-
- 10 Apr, 2023 1 commit
-
-
Mufei Li authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-36-188.ap-northeast-1.compute.internal>
-
- 29 Mar, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* pytorch_example * fix --------- Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 22 Mar, 2023 1 commit
-
-
Mufei Li authored
-
- 15 Mar, 2023 1 commit
-
-
Minjie Wang authored
-
- 19 Feb, 2023 2 commits
-
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
-
- 01 Feb, 2023 1 commit
-
-
Hongzhi (Steve), Chen authored
* remove_mock_sparse_example * mock_sparse_test * remove_mock_sparse --------- Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 12 Jan, 2023 1 commit
-
-
Xin Yao authored
-
- 06 Jan, 2023 2 commits
-
-
peizhou001 authored
-
peizhou001 authored
-
- 05 Jan, 2023 1 commit
-
-
Chang Liu authored
-
- 05 Dec, 2022 1 commit
-
-
Dylan authored
Correction like mentioned in #4969 I noticed that there is a normalisation step on line 97 while the normalised values are not used downstream. Even if this was meant to show the normalisation step, it would not be calculating the normalisation step described in the CGN paper. The paper considers both in and out degrees while the normalisation in the code only describes normalisation using the in degrees. In the end, the normalised values are assigned to g.ndata["norm"] but these values are not used afterwards. Having a normalisation step here is also unnecessary since the GraphConv layer that is used already takes care of the normalisation. https://docs.dgl.ai/en/0.9.x/_modules/dgl/nn/pytorch/conv/graphconv.html#GraphConv It confused me for a second thinking that I had to do the normalisation myself but this is already handled by the GraphConf.
-
- 01 Dec, 2022 1 commit
-
-
peizhou001 authored
-
- 25 Nov, 2022 2 commits
-
-
Hongzhi (Steve), Chen authored
* black on explain_main * isort * add dot Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
Hongzhi (Steve), Chen authored
Co-authored-by:Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
-
- 17 Nov, 2022 1 commit
-
-
Rhett Ying authored
* [Dist][Examples] refactor dist graphsage examples * refine train_dist.py * update train_dist_unsupervised.py * fix debug info * update train_dist_transductive * update unsupervised_transductive * remove distgnn * fix join() in standalone mode * change batch_labels to long() for ogbn-papers100M * free unnecessary mem * lint * fix lint * refine * fix lint * fix incorrect args * refine
-