peizhou001
|
2caa6bd02d
|
[Dist] Enable save and load for Distributed Optimizer (#4752)
* add save/load for distributed optimizer
Co-authored-by: Ubuntu <ubuntu@ip-172-31-16-19.ap-northeast-1.compute.internal>
|
2022-11-01 14:30:16 +08:00 |
|
Minjie Wang
|
3bcb268a36
|
[Doc] Update distributed chapter according to new pipeline (#4275)
* dist index chapter
* preproc chapter
* rst
* tools page
* partition chapter
* rst
* hetero chapter
* 7.1 step1
* add parmetis back
* changed based on feedback
* address comments
|
2022-08-17 13:30:04 +08:00 |
|
Rhett Ying
|
39987bc599
|
[Feature] enable graph partition book support canonical etypes (#4343)
* [Feature] enable graph partition book support canonical etypes
* fix lint
* fix lint
* add todo
* refine according to review comments
* fix lint
* refine naming
* revert PartitionPolicy __init__
* refine docstring
* fix doc string
|
2022-08-16 11:52:02 +08:00 |
|
Rhett Ying
|
69226588a5
|
[Dist] defer to load node/edge feats (#4143)
* [Dist] defer to load node/edge feats
* fix lint
* Update python/dgl/distributed/partition.py
Co-authored-by: Minjie Wang <minjie.wang@nyu.edu>
* Update python/dgl/distributed/partition.py
Co-authored-by: Minjie Wang <minjie.wang@nyu.edu>
* fix lint
Co-authored-by: Minjie Wang <minjie.wang@nyu.edu>
|
2022-06-20 19:44:37 +08:00 |
|
Rhett Ying
|
16409ff852
|
[Doc] fix display issue of node/edge_split (#3858)
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2022-03-25 09:18:08 +08:00 |
|
xiang song(charlie.song)
|
d7390763f0
|
[Distributed] Deprecate old DistEmbedding impl, use synchronized embedding impl (#3111)
* fix.
* fix.
* fix.
* fix.
* Fix test
* Deprecate old DistEmbedding impl, use synchronized embedding impl
* update doc
Co-authored-by: Ubuntu <ubuntu@ip-172-31-71-112.ec2.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
Co-authored-by: Da Zheng <zhengda1936@gmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2021-07-14 00:15:53 +08:00 |
|
Da Zheng
|
6e7f19f27b
|
[Distributed] add distributed in-degree and out-degree. (#2918)
* add distributed in-degree and out-degree.
* update comments.
* fix a bug.
* add tests.
* add tests.
* fix a bug.
* fix docstring.
* update doc.
* fix
* fix.
Co-authored-by: Zheng <dzzhen@3c22fba32af5.ant.amazon.com>
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
|
2021-05-18 19:46:09 +08:00 |
|
xiang song(charlie.song)
|
975eb8fc5d
|
[Distributed] Distributed node embedding and sparse optimizer (#2733)
* Draft for sparse emb
* add some notes
* Fix
* Add sparse optim for dist pytorch
* Update test
* Fix
* upd
* upd
* Fix
* Fix
* Fix bug
* add transductive exmpale
* Fix example
* Some fix
* Upd
* Fix lint
* lint
* lint
* lint
* upd
* Fix lint
* lint
* upd
* remove dead import
* update
* lint
* update unitest
* update example
* Add adam optimizer
* Add unitest and update data
* upd
* upd
* upd
* Fix docstring and fix some bug in example code
* Update rgcn readme
Co-authored-by: Ubuntu <ubuntu@ip-172-31-57-25.ec2.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-24-210.ec2.internal>
Co-authored-by: Ubuntu <ubuntu@ip-172-31-2-66.ec2.internal>
|
2021-05-03 08:37:40 +08:00 |
|
Da Zheng
|
0fc649523b
|
[Doc] Distributed heterogeneous graph training (#2654)
* update DistGraph docstrings.
* add user guide.
* add doc string.
* fix.
* fix.
* fix.
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2021-02-19 10:48:05 -08:00 |
|
Da Zheng
|
9da1629c9d
|
[Distributed] Some small fixes on doc (#2049)
* quick fix.
* update sparse optimizer.
* fix.
* fix
|
2020-08-18 21:13:19 -07:00 |
|
Da Zheng
|
75ffc31f76
|
[Doc] Update the docstring of distributed APIs. (#2025)
* add doc.
* update DistGraph.
* add DistTensor.
* update DistEmbedding.
* add partition.py
* add sampling.
* fix.
* add graph partition book and create a base class.
* fix test.
* add rst.
* update doc rst.
* update.
* fix.
* fix docs
* update distributed tensor and embeddings.
* add checks.
* update DistGraph.
* update initialization.
* fix graph partition book.
* update graph partition book.
* update partition.
* update partition.
* fix.
* add example code.
* update DistGraph
* Update python/dgl/distributed/dist_context.py
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* Update python/dgl/distributed/dist_context.py
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* Update python/dgl/distributed/dist_dataloader.py
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* Update python/dgl/distributed/dist_dataloader.py
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* Update python/dgl/distributed/dist_dataloader.py
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
* update initialize.
* update dataloader.
* update distgraph.
* update DistGraph.
* update DistTensor.
* update.
* more updates.
* fix lint.
* add num_nodes and num_edges
Co-authored-by: Chao Ma <mctt90@gmail.com>
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
|
2020-08-18 11:53:45 -07:00 |
|