Hongzhi (Steve), Chen
|
89b321b847
|
[Misc] Rename number_of_edges and number_of_nodes to num_edges and num_nodes. (#5488)
* nn-only
* data-only
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-03-28 12:58:54 +08:00 |
|
Hongzhi (Steve), Chen
|
ab812179a3
|
[Misc] Auto reformat data/. (#5318)
* data
* lintrunner
---------
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
|
2023-02-19 22:50:55 +08:00 |
|
peizhou001
|
3132da2826
|
Deprecate (#4864)
rename DGLHeteroGraph to DGLGraph
|
2022-11-15 10:01:01 +08:00 |
|
Rhett Ying
|
c78ddee265
|
[Feature] enable to save graphs in multiple formats (#4266)
* [Feature] enable to save graphs in multiple formats
* use StreamWithCount to accomodate formats
* fix lint
* fix dynamic cast issue
* fix lint
* refine docstring and code naming
* update docstring
|
2022-10-19 14:53:44 +08:00 |
|
Hongzhi (Steve), Chen
|
a208e8868b
|
[Misc] Black auto fix. (#4680)
* [Misc] Black auto fix.
* fix pylint disable
Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
|
2022-10-08 14:15:56 +08:00 |
|
Jinjing Zhou
|
5362908236
|
Fix save/load for old version files (#1994)
* load hetero
* fix
* more error message
* add warning
* add alias to dgl namespace
* fix tests
|
2020-08-12 23:45:21 +08:00 |
|
Minjie Wang
|
22167f7203
|
[Refactor] Enable new kernel in all message passing APIs (#1953)
* WIP: frame refactor
* new frame
* simple update_all builtin
* move all subgraph routines into the same file
* sddmm & spmm schedule; node & edge udf
* degree bucketing
* some tricky 0deg corner cases
* bug in frame append
* merge test_hetero_basics and test_basics
* some code rearange
* fix test_heterograph
* add mean spmm
* enable all builtin combinations
* pass gpu test
* pass pytorch tests
* wip
* fix some pt debugging codes
* fix bug in mxnet backward
* pass all mxnet utests
* passed tf tests
* docstring
* lint
* lint
* fix broadcasting bugs
* add warning and clamp for mean reducer
* add test for zero-degree mean
* address comments
* lint
* small fix
|
2020-08-07 15:40:25 +08:00 |
|
xiang song(charlie.song)
|
8a183e3fcb
|
[BugFix] Fix #1779 (#1781)
* Fix bug #1779
* Fix
Co-authored-by: Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
|
2020-07-10 17:35:23 +08:00 |
|
xiang song(charlie.song)
|
cc73c60cbc
|
[Bug Fix] Fix Heterogenous graph save crash when some edge type names are identical. (#1751)
* Fix hetero serialize
* Add test case
y
Co-authored-by: Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2020-07-04 21:44:53 +08:00 |
|
Jinjing Zhou
|
18a26fcfb1
|
[Data] Support HeteroGraph save/load (#1526)
* 111
* add history version test
* fix
* 111
* save
* ``
* fix1
* 111
* add save heterograph
* lint
* lint
* add tests
* minor fix
* fix
* docs
* add format tets
* use unique_ptr
* fix
* fix interface
* 111
* 111
* fix
* lint
* fix
* add support to s3
* fix
* fix
* fix leak
* fix
* fix docs
* fix
* linlt
* fix
* fix
* fix
* address comment
* address comment
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
Co-authored-by: xiang song(charlie.song) <classicxsong@gmail.com>
|
2020-06-30 13:34:50 +08:00 |
|