1. 05 Apr, 2021 2 commits
  2. 03 Apr, 2021 1 commit
  3. 30 Mar, 2021 1 commit
  4. 29 Mar, 2021 2 commits
  5. 27 Mar, 2021 1 commit
  6. 23 Mar, 2021 1 commit
  7. 22 Mar, 2021 4 commits
  8. 17 Mar, 2021 1 commit
  9. 09 Mar, 2021 3 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
    • Tianqi Zhang (张天启)'s avatar
      [Example][Bug Fix] Improve DiffPool (#2730) · 91cb3477
      Tianqi Zhang (张天启) authored
      
      
      * change DiffPoolBatchedGraphLayer
      
      * fix bug and add benchmark
      
      * upt
      
      * upt
      
      * upt
      
      * upt
      Co-authored-by: default avatarTong He <hetong007@gmail.com>
      91cb3477
    • 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
  10. 02 Mar, 2021 1 commit
  11. 01 Mar, 2021 1 commit
  12. 28 Feb, 2021 1 commit
  13. 25 Feb, 2021 4 commits
  14. 16 Feb, 2021 1 commit
  15. 10 Feb, 2021 1 commit
  16. 09 Feb, 2021 1 commit
    • Da Zheng's avatar
      [Distributed] Distributed METIS partition (#2576) · e4ff4844
      Da Zheng authored
      
      
      * add convert.
      
      * fix.
      
      * add write_mag.
      
      * fix convert_partition.py
      
      * write data.
      
      * use pyarrow to read.
      
      * update write_mag.py
      
      * fix convert_partition.py.
      
      * load node/edge features when necessary.
      
      * reshuffle nodes.
      
      * write mag correctly.
      
      * fix a bug: inner nodes in a partition might be empty.
      
      * fix bugs.
      
      * add verify code.
      
      * insert reverse edges.
      
      * fix a bug.
      
      * add get node/edge data.
      
      * add instructions.
      
      * remove unnecessary argument.
      
      * update distributed preprocessing.
      
      * fix readme.
      
      * fix.
      
      * fix.
      
      * fix.
      
      * fix readme.
      
      * fix doc.
      
      * fix.
      
      * update readme
      
      * update doc.
      
      * update readme.
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal>
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-2-202.us-west-1.compute.internal>
      e4ff4844
  17. 08 Feb, 2021 2 commits
  18. 05 Feb, 2021 4 commits
  19. 04 Feb, 2021 2 commits
  20. 03 Feb, 2021 3 commits
  21. 27 Jan, 2021 2 commits
    • xiang song(charlie.song)'s avatar
      [Feature] Add support for sparse embedding (#2451) · a7e941c3
      xiang song(charlie.song) authored
      
      
      * Add sparse embedding for dgl and update rgcn example
      
      * upd
      
      * Fix
      
      * Revert "Fix"
      
      This reverts commit 4da87cdfb8b8c3506b7fc7376cd2385ba8045c2a.
      
      * Fix
      
      * upd
      
      * upd
      
      * Fix
      
      * Add unitest and update impl
      
      * fix
      
      * Clean up rgcn example code
      
      * upd
      
      * upd
      
      * update
      
      * Fix
      
      * update score
      
      * sparse for sage
      
      * remove model sparse
      
      * upd
      
      * upd
      
      * remove global norm
      
      * revert delete model_sparse.py
      
      * update according to comments
      
      * Fix doc
      
      * upd
      
      * Fix test
      
      * upd
      
      * lint
      
      * lint
      
      * lint
      
      * upd
      
      * upd
      
      * clean up
      Co-authored-by: default avatarUbuntu <ubuntu@ip-172-31-56-220.ec2.internal>
      a7e941c3
    • Tianqi Zhang (张天启)'s avatar
      [Example] Add Graph Cross Net (GXN) example for pytorch backend (#2559) · 8e981db9
      Tianqi Zhang (张天启) authored
      
      
      * add sagpool example for pytorch backend
      
      * polish sagpool example for pytorch backend
      
      * [Example] SAGPool: use std variance
      
      * [Example] SAGPool: change to std
      
      * add sagpool example to index page
      
      * add graph property prediction tag to sagpool
      
      * [Example] add graph classification example HGP-SL
      
      * [Example] fix sagpool
      
      * fix bug
      
      * [Example] change tab to space in README of hgp-sl
      
      * remove redundant files
      
      * remote redundant network
      
      * [Example]: change link from code to doc in HGP-SL
      
      * [Example] in HGP-SL, change to meaningful name
      
      * [Example] Fix path mistake for 'hardgat'
      
      * [Bug Fix] Fix undefined var bug in LegacyTUDataset
      
      * upt
      
      * [Bug Fix] Fix cache file name bug in TUDataset
      
      * [Example] Add GXN example for pytorch backend
      
      * modify readme
      
      * add more exp result
      Co-authored-by: default avatarzhangtianqi <tianqizh@amazon.com>
      Co-authored-by: default avatarTong He <hetong007@gmail.com>
      8e981db9
  22. 26 Jan, 2021 1 commit