- 22 Mar, 2021 3 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>
-
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>
-
- 18 Mar, 2021 2 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
-
- 17 Mar, 2021 2 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
-
- 14 Mar, 2021 1 commit
-
-
鄢振宇Michael Yan authored
-
- 09 Mar, 2021 3 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>
-
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>
-
- 03 Mar, 2021 1 commit
-
-
Mufei Li authored
* Update * update * Update Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 01 Mar, 2021 1 commit
-
-
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>
-
- 28 Feb, 2021 1 commit
-
-
Padarn Wilson authored
Co-authored-by:Zihao Ye <expye@outlook.com>
-
- 25 Feb, 2021 2 commits
-
-
Quan (Andy) Gan authored
* rename block to mfg * revert * rename
-
Ligeng Zhu authored
* Update partition.py * fix lint. Co-authored-by:Da Zheng <zhengda1936@gmail.com>
-
- 24 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
Co-authored-by:Minjie Wang <wmjlyjemaine@gmail.com>
-
- 23 Feb, 2021 3 commits
-
-
Quan (Andy) Gan authored
Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
Tong He authored
* add docstring for gin * update doc Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
Zihao Ye authored
* upd * lint * upd * fix * fix * upd * upd * fix * warning * upd * upd
-
- 22 Feb, 2021 2 commits
-
-
xiang song(charlie.song) authored
* Fix munmap bug * lint * update Co-authored-by:Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal>
-
xiang song(charlie.song) authored
* Add warning for invalid graph of edge UDF * lint Co-authored-by:Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal>
-
- 21 Feb, 2021 2 commits
- 20 Feb, 2021 1 commit
-
-
Minjie Wang authored
* reorg * change titles * rm some stale API doc; minor fix * fix docs * add warning * rm new-tutorial run in ci * lint
-
- 19 Feb, 2021 4 commits
-
-
Da Zheng authored
* update DistGraph docstrings. * add user guide. * add doc string. * fix. * fix. * fix. Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
xiang song(charlie.song) authored
Co-authored-by:
Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
Quan (Andy) Gan authored
* Update edgeconv.py * update edgeconv to builtin * add explanation on why ReLU is not there * remove redundant code
-
Quan (Andy) Gan authored
-
- 12 Feb, 2021 2 commits
-
-
Zihao Ye authored
* upd * fix weight and sum * upd sortpool
-
Quan (Andy) Gan authored
-
- 10 Feb, 2021 1 commit
-
-
Zihao Ye authored
* upd * fix * upd * upd * udp * upd * upd * upd * upd * upd * upd Co-authored-by:Jinjing Zhou <VoVAllen@users.noreply.github.com>
-
- 08 Feb, 2021 2 commits
-
-
Tong He authored
* fix doc * update docstring for transformation on batch graph * update cn guide * fix format * update rst
-
nv-dlasalle authored
* Add start of to_block gpu implementation * Pull in more changes from 0.4.2 cuda_to_block * Move more code to IdArray * Refactor DeviceNodeMapMaker * Updates * get compiling * Integrate to_block * Fix ID allocation * Minor fixes * Cleanup cuda calls to use cuda_common * Reduce kernel calls * Lint cleanup * Expand documentation * Remove unused function * Rename variables for consistency * Add doxygen comments * Fix file extension * Remove raw asynccopy for deviceapi * Remove unused function * Fix block/tile configuration * Add cuda_device_common.cuh * Add basic hashtable * Migrate part of hashtable * Refactor to use external hashtable * Make functions members * Format hash table functions * Migrate duplicate filling * Move last function over * Refactor with cu file * lint c++ code * Move context check to C++ code * Use macro switch * Add missing files * Update docstring * update docs * Move atomic functions * Refactor hashtable * Fix linting * Expand docs * Fix mismatched argument names * Switch doxygen comments from using @param to \param Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Minjie Wang <wmjlyjemaine@gmail.com>
-
- 07 Feb, 2021 1 commit
-
-
Quan (Andy) Gan authored
* large graph training tutorials * add full graph link prediction update * fix * fix * fix * addressed comments
-
- 05 Feb, 2021 3 commits
-
-
Jinjing Zhou authored
-
Mufei Li authored
* update * Misc fix * Update
-
xiang song(charlie.song) authored
* Fix pytorch TCP kvstore bug * lint * Fix * upd * Fix lint * Fix * trigger * fix Co-authored-by:Ubuntu <ubuntu@ip-172-31-56-220.ec2.internal>
-
- 03 Feb, 2021 2 commits
-
-
Mufei Li authored
[Dataset] Change the Data Type of the Node Features in GINDataset/TUDataset from Float64 to Float32 (#2592) * Update * Update * Update * update Co-authored-by:
Jinjing Zhou <VoVAllen@users.noreply.github.com> Co-authored-by:
Tong He <hetong007@gmail.com>
-
Zihao Ye authored
* upd * trigger * upd
-