- 23 Mar, 2021 1 commit
-
-
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 * Fix Bug * add a simple temporal sampling method * test results * add train speed result * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * fix bug * Fixed Grammar and Format Issue Co-authored-by:
Chen <chesirui@3c22fbe5458c.ant.amazon.com> Co-authored-by:
Tianjun Xiao <xiaotj1990327@gmail.com> Co-authored-by:
Ubuntu <ubuntu@ip-172-31-4-63.ap-northeast-1.compute.internal> Co-authored-by:
WangXuhongCN <wangxuhongcn@163.com> Co-authored-by:
WangXuhongCN <34096632+WangXuhongCN@users.noreply.github.com>
-
- 22 Mar, 2021 2 commits
-
-
Hengrui Zhang authored
* [Example ]add mvgrl * [Doc] add mvgrl to readme * add more comments * fix typos * replace tab with space * [doc] replace tab with space * [Doc] fix a typo * fix minor typos * fix typos * fix typos * fix typos * fix typos * fix Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
KounianhuaDu authored
* gnn-explainer * gnn-explainer * gnn-explainer * gnn-explainer * fix * fix * fix * readme * readme Co-authored-by:zhjwy9343 <6593865@qq.com>
-
- 09 Mar, 2021 2 commits
-
-
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:Mufei Li <mufeili1996@gmail.com>
-
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:Mufei Li <mufeili1996@gmail.com>
-
- 02 Mar, 2021 1 commit
-
-
Yu Sun authored
* [Example]Variational Graph Auto-Encoders * change dgl dataset to single directional graph * clean code * refresh Co-authored-by:Tianjun Xiao <xiaotj1990327@gmail.com>
-
- 25 Feb, 2021 2 commits
-
-
xnouhz authored
* [example] arma * update * update * update * update * update Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Smile authored
* add seal example * 1. add paper infomation in examples/README 2. adjust codes 3. option test * use latest `to_simple` to replace coalesce graph function * remove outdated codes * remove useless comment
-
- 05 Feb, 2021 1 commit
-
-
Mufei Li authored
* update * Misc fix * Update
-
- 04 Feb, 2021 1 commit
-
-
KounianhuaDu authored
* ngcf * ngcf * update * ngcf * ngcf * remove data * update * data Co-authored-by:
zhjwy9343 <6593865@qq.com> Co-authored-by:
Zihao Ye <expye@outlook.com>
-
- 27 Jan, 2021 1 commit
-
-
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:
zhangtianqi <tianqizh@amazon.com> Co-authored-by:
Tong He <hetong007@gmail.com>
-
- 26 Jan, 2021 1 commit
-
-
lt610 authored
* dagnn * dagnn * Update README.md * Update README.md * fixed some details * fixed some details * Update README.md * Update README.md Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 18 Jan, 2021 1 commit
-
-
张天启 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' Co-authored-by:zhangtianqi <tianqizh@amazon.com>
-
- 15 Jan, 2021 1 commit
-
-
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 Co-authored-by:
Chen <chesirui@3c22fbe5458c.ant.amazon.com> Co-authored-by:
Tianjun Xiao <xiaotj1990327@gmail.com>
-
- 14 Jan, 2021 1 commit
-
-
Minjie Wang authored
-
- 13 Jan, 2021 2 commits
-
-
KounianhuaDu authored
* gnnfilm * update * readme Co-authored-by:zhjwy9343 <6593865@qq.com>
-
张恒瑞 authored
* Add Implementation of GRAND * Performance updated * Update README.md add indexing entries * add indexing entries for grand * change grand from 2021 to 2020 * [Example] fix some bugs * [Examples] fix bug Co-authored-by:
张恒瑞 <hengrui@macbook.local> Co-authored-by:
张恒瑞 <hengrui@192.168.124.35> Co-authored-by:
zhjwy9343 <6593865@qq.com>
-
- 04 Jan, 2021 1 commit
-
-
Mufei Li authored
-
- 28 Dec, 2020 1 commit
-
-
张天启 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 Co-authored-by:zhangtianqi <tianqizh@amazon.com>
-
- 26 Dec, 2020 1 commit
-
-
Mufei Li authored
* Update * Update * Update * Update README.md * Update README.md * Update * Update * Update * Update * Update * Update * Update * Update * Update
-