Zihao Ye
|
af61e2fbb4
|
[Feature] Support nn modules for bipartite graphs. (#1392)
* init gat
* fix
* gin
* 7 nn modules
* rename & lint
* upd
* upd
* fix lint
* upd test
* upd
* lint
* shape check
* upd
* lint
* address comments
* update tensorflow
Co-authored-by: Quan Gan <coin2028@hotmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
|
2020-03-29 16:48:38 +08:00 |
|
Minjie Wang
|
3efb5d8ecf
|
[NN] Add HeteroGraphConv module for cleaner module definition (#1385)
* Add HeteroGraphConv
* add custom aggregator; some docstring
* debugging
* rm print
* fix some acc bugs
* fix initialization problem in weight basis
* passed tests
* lint
* fix graphconv flag; add error message
* add mxnet heteroconv
* more fix for mx
* lint
* fix torch cuda test
* fix mx test_nn
* add exhaust test for graphconv
* add tf heteroconv
* fix comment
|
2020-03-27 18:47:06 +08:00 |
|
Quan (Andy) Gan
|
4af02022b2
|
[Bug] Multiple fixes (#1374)
* multiple fixes
* lint
* lint x2
|
2020-03-19 11:19:44 +08:00 |
|
Zihao Ye
|
988c8b20a4
|
[DOC] Improve the docstring of GATConv and new APIs (#1339)
* upd
* upd
* upd
* upd
* upd
|
2020-03-11 01:14:22 +08:00 |
|
VoVAllen
|
a00636a02b
|
[Tensorflow] Several nn & example (#1191)
* several nn example
* appnp
* fix lint
* lint
* add dgi
* fix
* fix
* fix
* fff
* docs
* 111
* fix
* change init
* change result
* tiaocan+1
* fix
* fix lint
* fix
* fix
|
2020-01-19 22:48:40 +08:00 |
|