1. 10 Nov, 2021 4 commits
  2. 09 Nov, 2021 2 commits
  3. 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
  4. 06 Nov, 2021 1 commit
  5. 05 Nov, 2021 2 commits
  6. 04 Nov, 2021 3 commits
  7. 03 Nov, 2021 3 commits
  8. 29 Oct, 2021 1 commit
  9. 28 Oct, 2021 1 commit
  10. 27 Oct, 2021 1 commit
  11. 26 Oct, 2021 2 commits
  12. 21 Oct, 2021 1 commit
    • Xin Yao's avatar
      [Sampling] Implement dgl.compact_graphs() for the GPU (#3423) · a8c81018
      Xin Yao authored
      * gpu compact graph template
      
      * cuda compact graph draft
      
      * fix typo
      
      * compact graphs
      
      * pass unit test but fail in training
      
      * example using EdgeDataLoader on the GPU
      
      * refactor cuda_compact_graph and cuda_to_block
      
      * update training scripts
      
      * fix linting
      
      * fix linting
      
      * fix exclude_edges for the GPU
      
      * add --data-cpu & fix copyright
      a8c81018
  13. 19 Oct, 2021 1 commit
  14. 18 Oct, 2021 4 commits
  15. 15 Oct, 2021 2 commits
  16. 14 Oct, 2021 6 commits
  17. 12 Oct, 2021 2 commits
  18. 11 Oct, 2021 1 commit