"router/vscode:/vscode.git/clone" did not exist on "5df80590375cb2f541a20b2b18848e7ead2532b7"
- 24 Mar, 2021 1 commit
-
-
Quan (Andy) Gan authored
* test * more stuff * add test * fixes * optimize algo * replace unordered_map with arrays * lint * lint x2 * oops * disable gpu csrmm tests * remove gpu invocation * optimize with openmp * remove python functions * add back with docstrings * lint * lint * update python interface * functionize * functionize * lint * lint
-
- 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 9 commits
-
-
Tianqi Zhang (张天启) authored
* add random_start option for FPS * change doc * change from random_start to start_idx * change error condition * change error msg Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
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>
-
Kaiqiang Xu authored
Method `dataset.num_labels` has been deprecated and replaced by `dataset.num_classes`. Updating the method name to avoid runtime warning. Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
nv-dlasalle authored
[Bugfix] Wrap cub with CUB_NS_PREFIX and remove dependency on Thrust to linking issues with Torch 1.8 (#2758) * Wrap cub with prefixes and remove thrust * Using counting iterator Co-authored-by:
Zihao Ye <expye@outlook.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
KounianhuaDu authored
* gnn-explainer * gnn-explainer * gnn-explainer * gnn-explainer * fix * fix * fix * readme * readme Co-authored-by:zhjwy9343 <6593865@qq.com>
-
Hengrui Zhang authored
* [Bugfix] add default value for BlockSampler * [Doc] modify user_guide description about MultiLayerDropoutSample Co-authored-by:Quan (Andy) Gan <coin2028@hotmail.com>
-
Da Zheng authored
-
Da Zheng authored
* print error messages. * fix.
-
Da Zheng authored
Co-authored-by:xiang song(charlie.song) <classicxsong@gmail.com>
-
- 18 Mar, 2021 3 commits
-
-
Zihao Ye authored
* upd * lint * upd * upd * compatibility * upd * upd Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Jinjing Zhou authored
* fix pickle problem * lint * add pickle tests * fix * fix * fix * fix * fix for windows
-
Zhou Fang authored
The number of edges should be same as posive eids. Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 17 Mar, 2021 3 commits
-
-
Mufei Li authored
* Update * Update * Update * Update Co-authored-by:Ubuntu <ubuntu@ip-172-31-15-8.us-west-2.compute.internal>
-
Mufei Li authored
-
Roger Tu authored
* Address bug where epochs exceed specified limit * fix spacing
-
- 15 Mar, 2021 1 commit
-
-
Minjie Wang authored
-
- 14 Mar, 2021 2 commits
-
-
Xiangkun Hu authored
* PPIDataset * Revert "PPIDataset" This reverts commit 264bd0c960cfa698a7bb946dad132bf52c2d0c8a. * Hide implementations that may cause confusions to the user * fix number of classes in Amazon Cobuy datasets * add four papers
-
鄢振宇Michael Yan authored
-
- 12 Mar, 2021 1 commit
-
-
Mufei Li authored
* Update README.md * Update README.md
-
- 09 Mar, 2021 5 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>
-
Tianqi Zhang (张天启) authored
* finish graph matching gpu version * use C++ shuffle * finish graph matching * fix bug * fix bug * change name and use swap * upt * fix format problem * fix format problem * stronger test * upt * upt * change python api * upt * upt * format check * upt * upt * fix bug Co-authored-by:Tong He <hetong007@gmail.com>
-
Tianqi Zhang (张天启) authored
* change DiffPoolBatchedGraphLayer * fix bug and add benchmark * upt * upt * upt * upt Co-authored-by:Tong He <hetong007@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>
-
Hengrui Zhang authored
* [Feature] Support QM9Edge Datset * Update qm9_edge.py * disable tqdm * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * Update qm9_edge.py * remove preprocessing part * add comparisons in qm9.py * [docs] add qm9edge dataset Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 05 Mar, 2021 1 commit
-
-
maqy1995 authored
-
- 03 Mar, 2021 1 commit
-
-
Mufei Li authored
* Update * update * Update Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 02 Mar, 2021 2 commits
-
-
Quan (Andy) Gan authored
* add ogb to docker build * mxnet 1.6 disappeared
-
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>
-
- 01 Mar, 2021 2 commits
-
-
Da Zheng authored
* support gpu training. * remove unnecessary arguments. * update README. * update time measurement. * add zero_grad. Co-authored-by:
Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal> Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
Minjie Wang authored
-
- 28 Feb, 2021 2 commits
-
-
Padarn Wilson authored
Co-authored-by:Zihao Ye <expye@outlook.com>
-
Da Zheng authored
-
- 26 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
-
- 25 Feb, 2021 5 commits
-
-
Ligeng Zhu authored
* Update README to use NFS, rather than copying files * Update README.md * Update README.md * Update README.md * Add ParMetis * Update README.md * fix directory. * fix * redo. * fix. * update. * add more descriptions Co-authored-by:
Da Zheng <zhengda1936@gmail.com> Co-authored-by:
Quan Gan <coin2028@hotmail.com>
-
Quan (Andy) Gan authored
* rename block to mfg * revert * rename
-
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
-
Da Zheng authored
Co-authored-by:Ubuntu <ubuntu@ip-172-31-9-132.us-west-1.compute.internal>
-