Minjie Wang
|
8d99d30a82
|
add a link about the removed TGN example (#5456)
|
2023-03-15 22:08:38 +08:00 |
|
peizhou001
|
436de3d120
|
[API Deprecation] Remove _dataloading and tgcn example (#5118)
|
2023-01-06 19:51:55 +08:00 |
|
Hongzhi (Steve), Chen
|
be8763fa65
|
[Misc] Black auto fix. (#4679)
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-10-08 11:59:37 +08:00 |
|
Quan (Andy) Gan
|
744896e2d8
|
fix examples (#4016)
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
|
2022-05-23 23:41:12 +08:00 |
|
Quan (Andy) Gan
|
74f0140533
|
[Example] Rename NodeDataLoader to DataLoader in GraphSAGE example (#3972)
* rename
* Update node_classification.py
* more fixes...
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
|
2022-05-11 09:10:54 +08:00 |
|
Mufei Li
|
6d9433b04f
|
[Transform] [Doc] Rename transform to transforms and update doc (#3765)
* Update
* Update
* Update
* Fix
* Update
* Update
* Update
* Fix
|
2022-02-24 21:28:15 +08:00 |
|
Quan (Andy) Gan
|
701b4fccc2
|
[Sampling] New sampling pipeline plus asynchronous prefetching (#3665)
* initial update
* more
* more
* multi-gpu example
* cluster gcn, finalize homogeneous
* more explanation
* fix
* bunch of fixes
* fix
* RGAT example and more fixes
* shadow-gnn sampler and some changes in unit test
* fix
* wth
* more fixes
* remove shadow+node/edge dataloader tests for possible ux changes
* lints
* add legacy dataloading import just in case
* fix
* update pylint for f-strings
* fix
* lint
* lint
* lint again
* cherry-picking commit fa9f494
* oops
* fix
* add sample_neighbors in dist_graph
* fix
* lint
* fix
* fix
* fix
* fix tutorial
* fix
* fix
* fix
* fix warning
* remove debug
* add get_foo_storage apis
* lint
|
2022-01-30 16:13:00 +08:00 |
|
Jinjing Zhou
|
da53275a17
|
Fix tgn example (#3543)
|
2021-11-29 14:58:38 +08:00 |
|
Quan (Andy) Gan
|
b8ce0f41a3
|
[Sampling] Cluster-GCN and ShaDow-GNN DataLoader (#3487)
* first commit
* next commit
* third commit
* add ShaDow-GNN sampler and unit tests
* fixes
* lint
* cr*p
* lint
* fix lint
* fixes and more unit tests
* more tests
* fix docs
* lint
* fix
* fix
* fix
* fixes
* fix doc
|
2021-11-16 13:16:25 +08:00 |
|
Mufei Li
|
ff519f98c3
|
[API] Standardize Subgraph APIs (#2929)
* Update
* Update
* Update
* Update
* Update
* Update
* Update
* Fix
* Update
* Fix subgraph tests
* Capture stdout for distributed test
* Capture stdout for distributed test
* Update
* Update
* Update
* Update subgraph.cc
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-17.us-west-2.compute.internal>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2021-06-21 19:53:37 +08:00 |
|
Chen Sirui
|
ebc6a85a80
|
[Bugfix] TGN model bugfix and improvement (#2860)
* Add DCRNN Example
* Bugfix DCRNN
* Bugfix DCRNN
* Bugfix Train/eval have different flow
* Performance Matched
* modified tgn for research
* kind of fixed 2hop issue
* remove data
* bugfix and improve the performance
* Refractor Code
Co-authored-by: Ubuntu <ubuntu@ip-172-31-45-47.ap-northeast-1.compute.internal>
Co-authored-by: Tianjun Xiao <xiaotj1990327@gmail.com>
|
2021-04-23 15:44:22 +08:00 |
|
Chen Sirui
|
d04d59eef9
|
[Example] Temporal Graph Neural Network (#2636)
* 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>
|
2021-03-23 08:57:21 +08:00 |
|