Jinjing Zhou
0c156573a3
[Test] API benchmarks ( #2542 )
...
* add bench jenkins
* instance type
* fix
* fix
* fix
* 111
* test
* 111
* 111
* fix
* test
* run
* fix
* fix
* fix
* fix
* fix
* publish results
* 111
* regression
* launch ec2 script
* fix
* add
* run on master
* change
* rrr
* run gpu
* fix
* fix
* try fix
* fix
* ff
* fix
* fix
* fix
* refactor
* fix
* fix
* update
* fix
* fix
* fix
* fix
* remove import torchtext
* add shm size
* update
* fix
* fix
* fix
* fix
* fix this!!!!
* 111
* fix
* remove verbose
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* update readme
* fix
* fix
* fix
* change asv default to head
* commit sage and rgcn
* fix
* update
* add benchmarks
* add
* fix
* update
* remove RandomState
* tmp remove
* new batch
* fix
* fix
* fix
* address comment
* fix warning
* fix
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com >
2021-01-20 20:02:54 +08:00
Jinjing Zhou
c29daaef56
Add API benchmarks ( #2522 )
...
* add bench jenkins
* instance type
* fix
* fix
* fix
* 111
* test
* 111
* 111
* fix
* test
* run
* fix
* fix
* fix
* fix
* fix
* publish results
* 111
* regression
* launch ec2 script
* fix
* add
* run on master
* change
* rrr
* run gpu
* fix
* fix
* try fix
* fix
* ff
* fix
* fix
* fix
* refactor
* fix
* fix
* update
* fix
* fix
* fix
* fix
* remove import torchtext
* add shm size
* update
* fix
* fix
* fix
* fix
* fix this!!!!
* 111
* fix
* remove verbose
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* update readme
* fix
* fix
* fix
* change asv default to head
* commit sage and rgcn
* fix
* update
* add benchmarks
* add
* fix
* update
* remove RandomState
* tmp remove
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com >
2021-01-14 15:53:28 +08:00
Hongyu Cai
5d4995e6e8
Update README.md ( #2510 )
...
fix typo
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com >
2021-01-12 13:14:10 +08:00
Jinjing Zhou
71283997ce
Integrate Regression Test with Jenkins ( #2448 )
...
* add bench jenkins
* instance type
* fix
* fix
* fix
* 111
* test
* 111
* 111
* fix
* test
* run
* fix
* fix
* fix
* fix
* fix
* publish results
* 111
* regression
* launch ec2 script
* fix
* add
* run on master
* change
* rrr
* run gpu
* fix
* fix
* try fix
* fix
* ff
* fix
* fix
* fix
* refactor
* fix
* fix
* update
* fix
* fix
* fix
* fix
* remove import torchtext
* add shm size
* update
* fix
* fix
* fix
* fix
* fix this!!!!
* 111
* fix
* remove verbose
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* fix
* update readme
* fix
* fix
* fix
* change asv default to head
* commit sage and rgcn
* fix
* update
2021-01-11 16:01:51 +08:00
xiang song(charlie.song)
16169f3a9d
[Test] Regression speed test for rgcn with neighbor sampling ( #2461 )
...
* Add sage neighbor sample test for reddit
* Add ogbn-products dataset
* upd
* upd
* Add ogbn-mag
* rgcn heterogeneous performance test
* upd
* update
* upd
* upd
* use dgl dataloader
* upd
* Update with new collator
Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal >
2021-01-10 00:03:45 +08:00
xiang song(charlie.song)
63327acfea
[Test] Pinsage speed regression test ( #2467 )
...
* Add sage neighbor sample test for reddit
* Add ogbn-products dataset
* upd
* upd
* use symbolic other than copy data for ogb datasets
* upd
* upd
* Add graphsage unsupervised neighbor sampler
* update unsupervised
* Add pinsage
* Add pinsage speed
* upd
Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal >
2021-01-05 00:14:35 +08:00
Minjie Wang
d3c1645550
[Performance][Test] New low memory implementation for RGCN and related regression tests ( #2468 )
...
* WIP
* finish lowmem impl; benchmarking
* wip
* wip
* fix benchmarks
* fix bug in searchsorted
* update readme
* update
* lint and ogb dependency
* add flags to to_homogeneous
* fix docstring
* address comments
2021-01-04 22:23:59 +08:00
xiang song(charlie.song)
a3d86376d9
[Test] Regression speed test for GAT neighbor sampler ( #2462 )
...
* Add gat neighbor sampler speed
* upd
Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal >
2021-01-03 22:16:44 +08:00
xiang song(charlie.song)
1ac70abbc9
[Test] Update unsupervised regression speed test ( #2460 )
...
* Add sage neighbor sample test for reddit
* Add ogbn-products dataset
* upd
* upd
* use symbolic other than copy data for ogb datasets
* upd
* upd
* Add graphsage unsupervised neighbor sampler
* update unsupervised
* upd
* upd
Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal >
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com >
2020-12-29 00:35:36 +08:00
Minjie Wang
5d8330ccad
[Test] Add model speed and accuracy tests for RGCN ( #2458 )
...
* add rgcn acc bench
* fix issue of multiple parametrize
* model acc/speed test: RGCN
* fix dep problem in docker run
* add docstring
2020-12-28 10:20:50 +08:00
xiang song(charlie.song)
f8b3ebcecc
[Regression Test] Add sage neighbor sample test for reddit ( #2449 )
...
* Add sage neighbor sample test for reddit
* Add ogbn-products dataset
* upd
* upd
* use symbolic other than copy data for ogb datasets
* upd
* upd
* Add graphsage unsupervised neighbor sampler
Co-authored-by: Ubuntu <ubuntu@ip-172-31-59-204.ec2.internal >
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com >
2020-12-27 11:00:18 +08:00
Minjie Wang
6634b984f4
[Test] Basic regression test setup. ( #2415 )
...
* add machine name
* update scripts
* update script
* test commit
* change run.sh
* model acc bench for gcn and sage
* get basic pipeline setup for local benchmarking
* try to bridge pytest with asv
* fix deps
* move asv to other folders
* move dir
* update script
* new setup
* delete useless file
* delete outputs
* remove dependency on pytest
* update script
* test commit
* stuck by torch version in dgl-ci-gpu
* update readme
* update asv conf
* missing files
* remove the old regression folder
* api bench
* add batch api bench
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com >
2020-12-15 14:35:15 +08:00