"torchvision/git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "56d4078e53a211dbc18132b798db8e27fdb30ca7"
  1. 09 Mar, 2023 1 commit
  2. 08 Mar, 2023 1 commit
  3. 04 Mar, 2023 1 commit
  4. 03 Mar, 2023 1 commit
  5. 01 Mar, 2023 1 commit
  6. 24 Feb, 2023 1 commit
  7. 23 Feb, 2023 1 commit
  8. 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
  9. 08 Feb, 2023 1 commit
    • ZhenyuLU_Heliodore's avatar
      [Transform] Add SVDPE Transform Module (#5121) · 5598503a
      ZhenyuLU_Heliodore authored
      * add SVD positional encoding
      
      * modify importing module
      
      * Fixed certain problems
      
      * Change the test unit to a nonsigular one
      
      * Fixed typo and make accord with lintrunner
      
      * added svd_pe into dgl.rst
      
      * Modified dgl.rst
      5598503a
  10. 20 Jan, 2023 2 commits
  11. 19 Jan, 2023 1 commit
  12. 13 Jan, 2023 3 commits
  13. 11 Jan, 2023 4 commits
  14. 06 Jan, 2023 2 commits
  15. 03 Jan, 2023 2 commits
  16. 29 Dec, 2022 1 commit
  17. 07 Dec, 2022 2 commits
  18. 05 Dec, 2022 1 commit
  19. 01 Dec, 2022 1 commit
  20. 20 Nov, 2022 1 commit
  21. 18 Nov, 2022 1 commit
  22. 16 Nov, 2022 1 commit
  23. 15 Nov, 2022 1 commit
  24. 06 Nov, 2022 1 commit
  25. 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
  26. 01 Nov, 2022 1 commit
  27. 31 Oct, 2022 1 commit
  28. 27 Oct, 2022 1 commit
  29. 12 Oct, 2022 1 commit
  30. 10 Oct, 2022 1 commit
  31. 30 Sep, 2022 1 commit