1. 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
  2. 01 Nov, 2022 3 commits
  3. 31 Oct, 2022 2 commits
  4. 29 Oct, 2022 1 commit
    • Quan (Andy) Gan's avatar
      [Sampling] Enable sampling with edge masks in sample_etype_neighbors (#4749) · 2bca4759
      Quan (Andy) Gan authored
      * sample neighbors with masks
      
      * oops
      
      * refactor again
      
      * remove
      
      * remove debug code
      
      * rename macro
      
      * address comments
      
      * more stuff
      
      * remove
      
      * fix
      
      * try fix unit test
      
      * oops
      
      * fix test
      
      * oops
      
      * change name
      
      * rename a lot of stuff
      
      * oops
      
      * ugh
      
      * misc fixes
      
      * lint
      
      * address a lot of comments
      
      * lint
      
      * lint
      
      * fix
      
      * that was silly
      
      * fix
      
      * fix
      
      * fix
      
      * oops
      2bca4759
  5. 28 Oct, 2022 1 commit
  6. 27 Oct, 2022 5 commits
  7. 26 Oct, 2022 2 commits
  8. 22 Oct, 2022 1 commit
  9. 21 Oct, 2022 1 commit
  10. 19 Oct, 2022 6 commits
  11. 18 Oct, 2022 2 commits
  12. 17 Oct, 2022 2 commits
    • Rhett Ying's avatar
      [Dist] Reduce peak memory in DistDGL (#4687) · b1309217
      Rhett Ying authored
      * [Dist] Reduce peak memory in DistDGL: avoid validation, release memory once loaded
      
      * remove orig_id from ndata/edata for partition_graph()
      
      * delete orig_id from ndata/edata in dist part pipeline
      
      * reduce dtype size and format before saving graphs
      
      * fix lint
      
      * ETYPE requires to be int32/64 for CSRSortByTag
      
      * fix test failure
      
      * refine
      b1309217
    • Hongzhi (Steve), Chen's avatar
      [Misc] Update PULL_REQUEST_TEMPLATE.md (#4710) · 0a33500c
      Hongzhi (Steve), Chen authored
      * Update PULL_REQUEST_TEMPLATE.md
      
      * Update PULL_REQUEST_TEMPLATE.md
      
      * Update PULL_REQUEST_TEMPLATE.md
      0a33500c
  13. 14 Oct, 2022 1 commit
  14. 13 Oct, 2022 2 commits
  15. 12 Oct, 2022 3 commits
  16. 11 Oct, 2022 2 commits
  17. 10 Oct, 2022 3 commits
  18. 09 Oct, 2022 1 commit
  19. 08 Oct, 2022 1 commit
    • 彭卓清's avatar
      [Model] BiPointNet (#4434) · 5b2d44fa
      彭卓清 authored
      
      
      * initial completion
      
      * add binary version of pointnet and pointnet++
      
      * add binary version of pointnet and pointnet++
      
      * add binary version of pointnet and pointnet++
      
      * add binary version of pointnet and pointnet++
      
      * add binary version of pointnet and pointnet++
      
      * finish README
      
      * fix suggestions
      
      * fix suggestions
      
      * fix suggestions
      
      * solve details
      
      * resolve formatting issues
      
      * add accuracy
      
      * revert the changes
      Co-authored-by: default avatarTong He <hetong007@gmail.com>
      Co-authored-by: default avatarrudongyu <ru_dongyu@outlook.com>
      5b2d44fa