Da Zheng
|
b2b8be25bb
|
[API] update graph store API. (#549)
* add init_ndata and init_edata in DGLGraph.
* adjust SharedMemoryGraph API.
* print warning.
* fix comment.
* update example
* fix.
* fix examples.
* add unit tests.
* add comments.
|
2019-05-21 03:27:05 -07:00 |
|
Da Zheng
|
3a1392e641
|
[Model] add multiprocessing training with sampling. (#484)
* reorganize sampling code.
* add multi-process training.
* speed up gcn_cv
* fix graphsage_cv.
* add new API in graph store.
* update barrier impl.
* support both local and distributed training.
* fix multiprocess train.
* fix.
* fix barrier.
* add script for loading data.
* multiprocessing sampling.
* accel training.
* replace pull with spmv for speedup.
* nodeflow copy from parent with context.
* enable GPU.
* fix a bug in graph store.
* enable multi-GPU training.
* fix lint.
* add comments.
* rename to run_store_server.py
* fix gcn_cv.
* fix a minor bug in sampler.
* handle error better in graph store.
* improve graphsage_cv for distributed mode.
* update README.
* fix.
* update.
|
2019-05-06 23:51:56 -07:00 |
|
Da Zheng
|
6124667f42
|
[Model] Refactor the sampling examples (#498)
* reorganize sampling code.
* speedup gcn_ns.
* speed up gcn_cv
* fix graphsage_cv.
* undo the modification.
* accel training.
* update readme.
|
2019-04-17 01:31:14 -07:00 |
|
Chao Ma
|
da3ab84c3c
|
Add demo for distributed sampler (#474)
* add C++ rpc infrastructure and distributed sampler
* update
* update lint
* update lint
* update lint
* update
* update
* update
* updare
* update
* update
* update
* update serialize and unittest
* update serialize
* lint
* update
* update
* update
* update
* update
* update
* update unittest
* put Finalize() to __del__
* update unittest
* update
* delete buffer in Finalize
* update unittest
* update unittest
* update unittest
* update unittest
* update
* update
* fix small bug
* windows socket impl
* update API
* fix bug in serialize
* fix bug in serialzie
* set parent graph
* update
* update
* update
* update
* update
* update
* fix lint
* fix lint
* fix
* fix windows compilation error
* fix windows error
* change API to lower-case
* update test
* fix typo
* update
* add SamplerPool
* add SamplerPool
* update
* update test
* update
* update
* update
* update
* add example
* update
* update
* add distributed sampler demo
* add index
* update demo of distributed sampler
* fix lower-case
* print subg index
* update README.md
* update
* remove --gpu args
|
2019-04-03 16:09:59 -07:00 |
|
Da Zheng
|
bea07b41b3
|
[Sampler] fix the API of neighbor sampler. (#407)
* don't return aux_info.
* fix sampler test.
* fix sse.
* fix.
* add comment.
|
2019-02-28 13:45:21 -08:00 |
|
Ziyue Huang
|
7e30382e4f
|
[Model][MXNet] neighbor sampling & skip connection & control variate & graphsage (#322)
* neighbor sampling draft
* val/test acc
* control variate draft
* control variate
* update
* fix new_history
* maintain aggregated history while updating new history
* preprocess the first layer, change push to pull
* update
* fix subg_degree
* nodeflow
* clear
* readme
* doc and unittest for self loop
* address comments
* rename
* update
* fix
* Update node_flow.py
* Update node_flow.py
|
2019-02-28 13:29:51 -08:00 |
|