1. 08 Jun, 2021 1 commit
    • Theheavens's avatar
      [Model] HetGNN/GTN/HAN/NSHE/MAGNN examples (#2993) · 6c59fee9
      Theheavens authored
      * commit hetgnn
      
      * Update README.md
      
      * Delete examples/pytorch/hetgnn directory
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Revert "Update README.md"
      
      This reverts commit 14cdb3da76c58665ff879eae17ecf9eb28b66cce.
      
      * Update README.md
      
      * Add files via upload
      
      * Update README.md
      
      * Update README.md
      6c59fee9
  2. 07 Jun, 2021 1 commit
  3. 04 Jun, 2021 1 commit
  4. 03 Jun, 2021 1 commit
  5. 02 Jun, 2021 1 commit
  6. 26 May, 2021 1 commit
  7. 17 May, 2021 2 commits
  8. 14 May, 2021 1 commit
  9. 12 May, 2021 1 commit
  10. 11 May, 2021 2 commits
  11. 03 May, 2021 1 commit
  12. 27 Apr, 2021 1 commit
  13. 26 Apr, 2021 1 commit
  14. 25 Apr, 2021 1 commit
  15. 23 Apr, 2021 2 commits
  16. 21 Apr, 2021 1 commit
  17. 20 Apr, 2021 1 commit
  18. 19 Apr, 2021 1 commit
    • Tingzhang Zhao's avatar
      [Model] Add RECT example (#2813) · e58eeebf
      Tingzhang Zhao authored
      
      
      * Update README.md
      
      Add description of RECT
      
      * [Example] Add implementation of RECT
      
      [Example] Add implementation of RECT
      
      * Update classify.py
      
      Modify the class names and the function names mentioned above
      
      * Update main.py
      
      Modify the function names mentioned above
      
      * Update label_utils.py
      
      Adjust the comments
      
      * Update README.md
      
      Add the github information
      Co-authored-by: default avatarTianjun Xiao <xiaotj1990327@gmail.com>
      e58eeebf
  19. 15 Apr, 2021 1 commit
    • nv-dlasalle's avatar
      [Performance][GPU] Enable GPU uniform edge sampling (#2716) · e70138bb
      nv-dlasalle authored
      
      
      * Start on uniform GPU sampling
      
      * Save more work
      
      * Get cu file compiling
      
      * Update sampling
      
      * More changes
      
      * Get GPU sampling for uniform probabilities solved
      
      * Fix batch tensor migration
      
      * Fix
      
      * update kernels
      
      * expand blocking
      
      * Undo testing change
      
      * Cut down on sampling overhead
      
      * Fix replacement
      
      * Update unit tests
      
      * Add option to gpu sample in graphsage
      
      * Copy only csc to gpu
      
      * Add ogbn support
      
      * Fix linting
      
      * Remove nvtx from sample
      
      * Improve documentation and error checking
      
      * Expand documentation
      
      * Update assert checking
      
      * delete extra space
      
      * Use standard dataloader when dataset is a dictionary
      
      * ogb -> ogbn
      
      * Fix edge selection determinism
      
      * Fix typos
      
      * Remove nvtx
      
      * Add comment for self.fanout_arrays and assert
      
      * Fix linting
      
      * Migrate to scalarbatcher
      
      * Fix indentation
      
      * Fix batcher
      
      * Fix indexing
      
      * Only use databatcher for GPU
      
      * Convert to DGL NDArray to PyTorch Tensor
      
      * Add optimization for PyTorch's F.tensor() for list of GPU tensors
      Co-authored-by: default avatarDa Zheng <zhengda1936@gmail.com>
      e70138bb
  20. 13 Apr, 2021 1 commit
  21. 12 Apr, 2021 1 commit
    • Chen Sirui's avatar
      Graphsim (#2794) · afc83aa2
      Chen Sirui authored
      
      
      * Add hgat example
      
      * Add experiment
      
      * Clean code
      
      * clear the code
      
      * Add index in README
      
      * Add index in README
      
      * Add index in README
      
      * Add index in README
      
      * Add index in README
      
      * Add index in README
      
      * Change the code title and folder name
      
      * Ready to merge
      
      * Prepare for rebase and change message passing function
      
      * use git ignore to handle empty file
      
      * change file permission to resolve empty file
      
      * Change permission
      
      * change file mode
      
      * Finish Coding
      
      * working code cpu
      
      * pyg compare
      
      * Accelerate with batching
      
      * FastMode Enabled
      
      * update readme
      
      * Update README.md
      
      * refractor code
      
      * add graphsim code
      
      * modified code
      
      * few fix
      
      * Modified graphsim
      
      * Simple Model Added
      
      * Clean up code
      
      * Refractor the code for Merge
      
      * Bugfix enable gradient when train
      
      * update readme and format
      Co-authored-by: default avatarChen <chesirui@3c22fbe5458c.ant.amazon.com>
      Co-authored-by: default avatarTianjun Xiao <xiaotj1990327@gmail.com>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-4-63.ap-northeast-1.compute.internal>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-45-47.ap-northeast-1.compute.internal>
      afc83aa2
  22. 11 Apr, 2021 1 commit
  23. 08 Apr, 2021 1 commit
  24. 07 Apr, 2021 2 commits
  25. 06 Apr, 2021 1 commit
  26. 05 Apr, 2021 2 commits
  27. 03 Apr, 2021 1 commit
  28. 30 Mar, 2021 1 commit
  29. 29 Mar, 2021 2 commits
  30. 27 Mar, 2021 1 commit
  31. 23 Mar, 2021 1 commit
  32. 22 Mar, 2021 3 commits