1. 27 Feb, 2024 1 commit
  2. 14 Nov, 2023 1 commit
  3. 03 Aug, 2023 1 commit
  4. 21 Nov, 2022 1 commit
  5. 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
  6. 31 Aug, 2022 1 commit
    • rudongyu's avatar
      [Example] SEAL for OGBL (#4291) · b9290e8b
      rudongyu authored
      
      
      * [Example] SEAL for OGBL
      
      * update index
      
      * update
      
      * fix readme typo
      
      * add seal sampler
      
      * modify set ops
      
      * prefetch
      
      * efficiency test
      
      * update
      
      * optimize
      
      * fix ScatterAdd dtype issue
      
      * update sampler style
      
      * update
      Co-authored-by: default avatarQuan Gan <coin2028@hotmail.com>
      b9290e8b
  7. 26 Aug, 2022 1 commit
  8. 13 Aug, 2022 1 commit
  9. 10 Aug, 2022 1 commit
  10. 03 Jun, 2022 1 commit
  11. 10 Mar, 2022 1 commit
  12. 11 Feb, 2022 1 commit
  13. 03 Nov, 2021 1 commit
  14. 13 Sep, 2021 1 commit
  15. 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
  16. 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
  17. 30 Jul, 2021 1 commit
  18. 29 Jul, 2021 1 commit
  19. 24 Jul, 2021 1 commit
  20. 20 Jul, 2021 1 commit
  21. 15 Jul, 2021 1 commit
  22. 04 Jul, 2021 1 commit
  23. 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
  24. 03 Jun, 2021 1 commit
  25. 17 May, 2021 1 commit
  26. 12 May, 2021 1 commit
  27. 27 Apr, 2021 1 commit
  28. 25 Apr, 2021 1 commit
  29. 23 Apr, 2021 1 commit
  30. 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
  31. 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
  32. 07 Apr, 2021 1 commit
  33. 06 Apr, 2021 1 commit
  34. 05 Apr, 2021 1 commit
  35. 23 Mar, 2021 1 commit
  36. 22 Mar, 2021 2 commits
  37. 09 Mar, 2021 2 commits
    • xnouhz's avatar
      [Example] Add DimeNet(++) for Molecular Graph Property Prediction (#2706) · 0b47e868
      xnouhz authored
      
      
      * [example] arma
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * [example] dimenet
      
      * [docs] update dimenet
      
      * [docs] update tf results
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      0b47e868
    • Hengrui Zhang's avatar
      [Example] Add implementation of InfoGraph (#2644) · 33175226
      Hengrui Zhang authored
      
      
      * Add implementation of unsupervised model
      
      * [Doc] Update Implementor's information
      
      * [doc] add index of infograph
      
      * [Feature] QM9_v2 Dataset Support
      
      * fix a typo
      
      * move qm9dataset from data to examples
      
      * Update qm9_v2.py
      
      * Infograph -> InfoGraph
      
      * add implementation and results of semi-supervised model
      
      * Update README.md
      
      * Update README.md
      
      * fix a typo
      
      * Remove the duplicated links.
      
      * fix some typos
      
      * fix typos
      
      * update model.py
      
      * update collate fn
      
      * remove unused functions
      
      * Update model.py
      
      * add device option
      
      * Update evaluate_embedding.py
      
      * Update evaluate_embedding.py
      
      * Update unsupervised.py
      
      * Fix typos
      
      * fix bugs
      
      * Update README.md
      Co-authored-by: default avatarMufei Li <mufeili1996@gmail.com>
      33175226
  38. 02 Mar, 2021 1 commit