1. 02 Dec, 2021 1 commit
  2. 30 Nov, 2021 2 commits
  3. 29 Nov, 2021 3 commits
  4. 27 Nov, 2021 1 commit
  5. 24 Nov, 2021 1 commit
  6. 23 Nov, 2021 1 commit
  7. 22 Nov, 2021 2 commits
  8. 21 Nov, 2021 1 commit
  9. 19 Nov, 2021 1 commit
  10. 18 Nov, 2021 1 commit
  11. 17 Nov, 2021 3 commits
  12. 16 Nov, 2021 2 commits
  13. 15 Nov, 2021 2 commits
  14. 14 Nov, 2021 1 commit
    • Yang Su's avatar
      Fix User Guide EN and CN typo (#3495) · 863c2495
      Yang Su authored
      
      
      * Update graph-heterogeneous.rst
      
      `tensor([0, 1, 2, 0, 1, 2])` should be output instead of code
      
      * Update message-api.rst
      
      `updata_all_example()` should be `update_all_example()`
      
      * Update message-efficient.rst
      
      `cat_feat` need to concatenate with `dim=1` for the # edge features to match # edges
      
      * Update nn-construction.rst
      
      all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
      
      * Update graph-heterogeneous.rst
      
      `tensor([0, 1, 2, 0, 1, 2])` should be output instead of code
      
      * Update message-api.rst
      
      `updata_all_example()` should be `update_all_example()`
      
      * Update message-efficient.rst
      
      `cat_feat` need to concatenate with `dim=1` for the # edge features to match # edges
      
      * Update nn-construction.rst
      
      all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
      
      * Update nn-forward.rst
      
      all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
      
      * Update nn-forward.rst
      
      all `max_pool` in the aggregator type of `SAGEConv` should be `pool` instead
      Co-authored-by: default avatarzhjwy9343 <6593865@qq.com>
      863c2495
  15. 12 Nov, 2021 1 commit
  16. 10 Nov, 2021 4 commits
  17. 09 Nov, 2021 2 commits
  18. 08 Nov, 2021 3 commits
    • yifeim's avatar
      [Model] Lda subgraph (#3206) · fe6e01ad
      yifeim authored
      
      
      * add word_ids and simplify
      
      * simplify
      
      * add word_ids to be removed later
      
      * remove word_ids
      
      * seems to work
      
      * tweak
      
      * transpose word_z
      
      * add word_ids example
      
      * check api compatibility
      
      * improve compatibility
      
      * update doc
      
      * tweak verbose
      
      * restore word_z layout; tweak
      
      * tweak
      
      * tweak doc
      
      * word_cT
      
      * use log_weight and some other tweaks
      
      * rewrite README
      
      * update equations
      
      * rewrite for clarity and pass tests
      
      * tweak
      
      * bugfix import
      
      * fix unit test
      
      * fix mult to be the same as old versions
      
      * tweak
      
      * could be a bugfix
      
      * 0/0=nan
      
      * add doc_subgraph utility function
      
      * minor cache optimization
      
      * minor cache tweak
      
      * add environmental variable to trade cache speed for memory
      
      * update README
      
      * tweak
      
      * add sparse update pass unit test
      
      * simplify sparse update
      
      * improve low-memory efficiency
      
      * tweak
      
      * add sample expectation scores to allow resampling
      
      * simplify
      
      * update comment
      
      * avoid edge cases
      
      * bugfix pred scores
      
      * simplify
      
      * add save function
      Co-authored-by: default avatarYifei Ma <yifeim@amazon.com>
      Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
      Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
      fe6e01ad
    • Hongyu Cai's avatar
      [Doc] Fix type in CUDA.cmake (#3479) · 9c41e97c
      Hongyu Cai authored
      
      Co-authored-by: default avatarMinjie Wang <wmjlyjemaine@gmail.com>
      9c41e97c
    • Rhett Ying's avatar
      Remove self-loops and duplicate edges before ParMETIS and restore when... · 2a757d4a
      Rhett Ying authored
      
      Remove self-loops and duplicate edges before ParMETIS and restore when converting to DGLGraph (#3472)
      
      * save self-loops and duplicated edges separately.
      
      * [BugFix] sort graph by dgl.ETYPE
      
      * fix bugs in verify script
      
      * fix verify logic
      
      * refine README
      Co-authored-by: default avatarDa Zheng <zhengda1936@gmail.com>
      2a757d4a
  19. 06 Nov, 2021 1 commit
  20. 05 Nov, 2021 2 commits
  21. 04 Nov, 2021 3 commits
  22. 03 Nov, 2021 2 commits