1. 06 Dec, 2021 1 commit
  2. 30 Nov, 2021 1 commit
  3. 29 Nov, 2021 1 commit
  4. 24 Nov, 2021 1 commit
  5. 23 Nov, 2021 1 commit
  6. 19 Nov, 2021 1 commit
  7. 17 Nov, 2021 1 commit
  8. 16 Nov, 2021 1 commit
  9. 10 Nov, 2021 1 commit
  10. 08 Nov, 2021 2 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
    • 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
  11. 03 Nov, 2021 1 commit
  12. 26 Oct, 2021 1 commit
  13. 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
  14. 18 Oct, 2021 1 commit
  15. 14 Oct, 2021 1 commit
  16. 07 Oct, 2021 1 commit
    • K's avatar
      [Model] Refine GraphSAINT (#3328) · aef96dfa
      K authored
      * The start of experiments of Jiahang Li on GraphSAINT.
      
      * a nightly build
      
      * a nightly build
      
      Check the basic pipeline of codes. Next to check the details of samplers , GCN layer (forward propagation) and loss (backward propagation)
      
      * a night build
      
      * Implement GraphSAINT with torch.dataloader
      
      There're still some bugs with sampling in training procedure
      
      * Test validity
      
      Succeed in testing validity on ppi_node experiments without testing other setup.
      1. Online sampling on ppi_node experiments performs perfectly.
      2. Sampling speed is a bit slow because the operations on [dgl.subgraphs], next step is to improve this part by putting the conversion into parallelism
      3. Figuring out why offline+online sampling method performs bad, which does not make sense
      4. Doing experiments on other setup
      
      * Implement saint with torch.dataloader
      
      Use torch.dataloader to speed up saint sampling with experiments. Except experiments on too large dataset Amazon, we've ...
      aef96dfa
  17. 23 Sep, 2021 1 commit
  18. 21 Sep, 2021 1 commit
  19. 20 Sep, 2021 1 commit
  20. 13 Sep, 2021 2 commits
  21. 02 Sep, 2021 1 commit
  22. 27 Aug, 2021 1 commit
    • esang's avatar
      [Model] Point transformer (#3284) · 4fb50be4
      esang authored
      
      
      * some modifications for pointnet2
      
      * temporarily save changes
      
      * move files to new directory point_transformer
      
      * implement point transformer for classification
      
      * restore train_cls in pointnet
      
      * implement point transformer for partseg
      
      * fix point transformer for nan loss
      
      * modify point transformer for cls
      
      * modify training setting
      
      * update transformer for cls
      
      * update code
      
      * update code for latest performance
      
      * update the example index
      
      * some minor changes
      Co-authored-by: default avatarTong He <hetong007@gmail.com>
      4fb50be4
  23. 23 Aug, 2021 1 commit
  24. 20 Aug, 2021 1 commit
  25. 19 Aug, 2021 1 commit
  26. 16 Aug, 2021 1 commit
  27. 11 Aug, 2021 1 commit
    • JOHNW02's avatar
      [example] Create EEG-GCNN example. (#3186) · 738b75f4
      JOHNW02 authored
      * Create EEG-GCNN example.
      
      * Update README.md
      
      * Remove gitignore file.
      
      * Update README.md
      
      * change 'datas' to 'datasets'.
      
      * Change train.py to main.py
      
      * Added an entry in the indexing page.
      
      * State "simplified version"; change how to run.
      
      * Fix bug in contact
      
      * Remove paper link in reference.
      
      * Create working branch
      
      * Add normalization of x.
      
      * Update paper link and tags
      
      * Update paper link in readme
      
      * Update readme; add patient level indices
      
      * Update readme. Add comments to models
      
      * Update README.md
      
      * change to with; specify location for ch and el; move note
      
      * fix bug for note
      
      * Add args for models; clean code.
      
      * delete = in readme
      
      * Add reference for spec_coh_values
      738b75f4
  28. 02 Aug, 2021 1 commit
  29. 30 Jul, 2021 2 commits
  30. 29 Jul, 2021 1 commit
  31. 28 Jul, 2021 2 commits
  32. 24 Jul, 2021 2 commits
  33. 23 Jul, 2021 1 commit
  34. 20 Jul, 2021 1 commit
  35. 17 Jul, 2021 1 commit