1. 20 Mar, 2023 1 commit
  2. 09 Mar, 2023 1 commit
  3. 23 Feb, 2023 1 commit
  4. 17 Feb, 2023 2 commits
  5. 08 Jan, 2023 1 commit
  6. 03 Jan, 2023 1 commit
  7. 07 Dec, 2022 1 commit
  8. 05 Dec, 2022 1 commit
  9. 28 Nov, 2022 1 commit
  10. 20 Nov, 2022 1 commit
  11. 14 Nov, 2022 1 commit
  12. 02 Nov, 2022 1 commit
    • ZhenyuLU_Heliodore's avatar
      [NN] Add DegreeEncoder for graph transformer (#4742) · 9d9280cb
      ZhenyuLU_Heliodore authored
      
      
      * Add files via upload
      
      This file will contain several utility modules for Graph Transformer. DegreeEncoder has been implemented in this file now.
      
      * Update graph_transformer.py
      
      * Update nn-pytorch.rst
      
      Add graph_transformer.DegreeEncoder in Utility Modules
      
      * Update test_nn.py
      
      * Update __init__.py
      
      * Update graph_transformer.py
      
      * Update test_nn.py
      
      * Update graph_transformer.py
      
      fix unused import
      
      * Update graph_transformer.py
      
      add module doc-string
      
      * Update graph_transformer.py
      
      * Update graph_transformer.py
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      9d9280cb
  13. 31 Oct, 2022 1 commit
  14. 27 Oct, 2022 1 commit
  15. 12 Oct, 2022 1 commit
  16. 29 Sep, 2022 1 commit
  17. 20 Sep, 2022 1 commit
  18. 10 Aug, 2022 1 commit
  19. 07 Aug, 2022 1 commit
  20. 30 Jul, 2022 1 commit
  21. 28 Jun, 2022 1 commit
  22. 03 Jun, 2022 1 commit
  23. 23 May, 2022 1 commit
  24. 20 May, 2022 1 commit
  25. 25 Apr, 2022 1 commit
  26. 07 Apr, 2022 1 commit
  27. 30 Mar, 2022 1 commit
    • Krzysztof Sadowski's avatar
      [Feature] Radius Graph (#3829) · 4c7bd314
      Krzysztof Sadowski authored
      
      
      * radius graph
      
      * remove trailing whitespaces from docs
      
      * disable invalid name for transform func
      
      * disable radius graph module invalid name
      
      * move pylint disable before init
      
      * fix missing nodes from point set
      
      * update docs indexing
      
      * add compute mode as optional param
      
      * radius graph test
      
      * remove trailing whitespaces
      
      * fix precision when comparing tensors
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      4c7bd314
  28. 23 Mar, 2022 1 commit
  29. 23 Feb, 2022 1 commit
    • Minjie Wang's avatar
      [NN] Rework RelGraphConv and HGTConv (#3742) · 0227ddfb
      Minjie Wang authored
      * WIP: TypedLinear and new RelGraphConv
      
      * wip
      
      * further simplify RGCN
      
      * a bunch of tweak for performance; add basic cpu support
      
      * update on segmm
      
      * wip: segment.cu
      
      * new backward kernel works
      
      * fix a bunch of bugs in kernel; leave idx_a for future
      
      * add nn test for typed_linear
      
      * rgcn nn test
      
      * bugfix in corner case; update RGCN README
      
      * doc
      
      * fix cpp lint
      
      * fix lint
      
      * fix ut
      
      * wip: hgtconv; presorted flag for rgcn
      
      * hgt code and ut; WIP: some fix on reorder graph
      
      * better typed linear init
      
      * fix ut
      
      * fix lint; add docstring
      0227ddfb
  30. 17 Feb, 2022 1 commit
  31. 27 Jan, 2022 1 commit
  32. 07 Dec, 2021 1 commit
  33. 06 Dec, 2021 1 commit
  34. 02 Dec, 2021 1 commit
  35. 22 Nov, 2021 1 commit
  36. 21 Nov, 2021 1 commit
  37. 19 Nov, 2021 1 commit
  38. 10 Nov, 2021 1 commit
    • Mufei Li's avatar
      [NN] GNNExplainer (#3490) · dfa32ae0
      Mufei Li authored
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Fix
      
      * Fix
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * lint fix
      
      * lint fix
      
      * Fix lint
      
      * Update
      
      * Fix CI
      
      * Fix CI
      
      * Fix
      
      * CI
      
      * Fix
      
      * Update
      
      * Fix
      
      * Fix
      
      * Fix CI
      
      * Fix CI
      dfa32ae0
  39. 03 Nov, 2021 1 commit