1. 07 Jun, 2023 1 commit
  2. 10 May, 2023 1 commit
  3. 06 May, 2023 1 commit
  4. 21 Apr, 2023 1 commit
  5. 14 Apr, 2023 1 commit
  6. 09 Apr, 2023 1 commit
  7. 04 Mar, 2023 1 commit
  8. 23 Feb, 2023 1 commit
  9. 22 Feb, 2023 1 commit
    • Tingyu Wang's avatar
      [Model] Add `dgl.nn.CuGraphSAGEConv` model (#5137) · bcf9923b
      Tingyu Wang authored
      
      
      * add CuGraphSAGEConv model
      
      * fix lint issues
      
      * update model to reflect changes in make_mfg_csr(), move max_in_degree to forward()
      
      * lintrunner
      
      * allow reset_parameters()
      
      * remove norm option, simplify test
      
      * allow full graph fallback option, add example
      
      * address comments
      
      * address reviews
      
      ---------
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      bcf9923b
  10. 03 Jan, 2023 1 commit
  11. 07 Dec, 2022 1 commit
  12. 05 Dec, 2022 1 commit
  13. 20 Nov, 2022 1 commit
  14. 18 Nov, 2022 1 commit
  15. 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
  16. 31 Oct, 2022 1 commit
  17. 27 Oct, 2022 1 commit
  18. 12 Oct, 2022 1 commit
  19. 29 Sep, 2022 1 commit
  20. 20 May, 2022 1 commit
  21. 25 Apr, 2022 1 commit
  22. 07 Apr, 2022 1 commit
  23. 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
  24. 23 Mar, 2022 1 commit
  25. 28 Feb, 2022 1 commit
  26. 25 Feb, 2022 1 commit