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 |
|