1. 31 Jul, 2023 1 commit
  2. 27 Jul, 2023 6 commits
  3. 14 Jul, 2023 1 commit
  4. 13 Jun, 2023 1 commit
  5. 12 Jun, 2023 1 commit
  6. 09 Jun, 2023 1 commit
  7. 08 Jun, 2023 1 commit
  8. 07 Jun, 2023 2 commits
  9. 10 May, 2023 1 commit
  10. 20 Apr, 2023 1 commit
  11. 10 Apr, 2023 1 commit
  12. 29 Mar, 2023 1 commit
  13. 22 Mar, 2023 1 commit
  14. 15 Mar, 2023 1 commit
  15. 19 Feb, 2023 2 commits
  16. 01 Feb, 2023 1 commit
  17. 12 Jan, 2023 1 commit
  18. 06 Jan, 2023 2 commits
  19. 05 Jan, 2023 1 commit
  20. 05 Dec, 2022 1 commit
    • Dylan's avatar
      GCN example correction (#4969) (#4976) · b84de903
      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.
      b84de903
  21. 01 Dec, 2022 1 commit
  22. 25 Nov, 2022 2 commits
  23. 17 Nov, 2022 1 commit
    • Rhett Ying's avatar
      [Dist][Examples] refactor dist graphsage examples (#4269) · b377e1b9
      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
      b377e1b9
  24. 15 Nov, 2022 1 commit
  25. 09 Nov, 2022 1 commit
  26. 03 Nov, 2022 1 commit
    • Ereboas's avatar
      [Example] Update SEAL+NGNN for ogbl-citation2 (#4776) · 7c788f53
      Ereboas authored
      
      
      * Use black for formatting
      
      * limit line width to 80 characters.
      
      * Use a backslash instead of directly concatenating
      
      * file structure adjustment.
      
      * file structure adjustment(2)
      
      * codes for citation2
      
      * format slight adjustment
      
      * adjust format in models.py
      
      * now it runs normally for all datasets.
      
      * add comments; adjust code order.
      
      * adjust indenting.
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      7c788f53
  27. 27 Oct, 2022 1 commit
    • Ereboas's avatar
      [Example] SEAL+NGNN for ogbl-citation2 (#4772) · f9805ef1
      Ereboas authored
      
      
      * Use black for formatting
      
      * limit line width to 80 characters.
      
      * Use a backslash instead of directly concatenating
      
      * file structure adjustment.
      
      * file structure adjustment(2)
      
      * codes for citation2
      
      * format slight adjustment
      
      * adjust format in models.py
      
      * now it runs normally for all datasets.
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      f9805ef1
  28. 26 Oct, 2022 1 commit
  29. 22 Oct, 2022 1 commit
  30. 18 Oct, 2022 1 commit
  31. 13 Oct, 2022 1 commit