Mufei Li
|
230b886ec5
|
[Bug fix] Misc Fix for Transforms and NN Modules (#4038)
* Update module.py
* Update utils.py
* Update utils.py
* Update utils.py
* Update module.py
* Update
* Update
* Update
|
2022-05-24 18:08:08 +08:00 |
|
rudongyu
|
3fe5eea791
|
[NN] Label Propagation & Directional Graph Networks (#4017)
* add label propagation module
* fix prev bug in example
* add dgn
* fix linting and doc issues
* update label propagation & dgn
* update label propagation & dgn
* update example
* fix unit test
* fix agg heritage issue
* fix agg issue
* fix lint
* fix idx
* fix lp gpu issue
* Update
* Update
Co-authored-by: mufeili <mufeili1996@gmail.com>
|
2022-05-20 15:23:19 +08:00 |
|
Mufei Li
|
6d9433b04f
|
[Transform] [Doc] Rename transform to transforms and update doc (#3765)
* Update
* Update
* Update
* Fix
* Update
* Update
* Update
* Fix
|
2022-02-24 21:28:15 +08:00 |
|
Mufei Li
|
9e7fbf9567
|
[NN] JumpingKnowledge (#3512)
* Update
* Fix
|
2021-11-19 16:37:25 +08:00 |
|
blokhinnv
|
31772b142e
|
fixed typos in docs and docstring (#3231)
Co-authored-by: Quan (Andy) Gan <coin2028@hotmail.com>
|
2021-08-16 13:58:45 +08:00 |
|
zhjwy9343
|
2fa7f71ad5
|
[Doc] new nn api doc (#2019)
* Add dotproduct attention
* [Feature] Add dotproduct attention
* [Feature] Add dotproduct attention
* [Feature] Add dotproduct attention
* [New] Update landing page
* [New] Update landing page
* [New] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Doc] Update landing page
* [Improvement] use dgl build-in in dotgatconv
* [Doc] review API doc string bottom up
* [Doc] Add doc of input and output features
* [Doc] Update doc string for pooling and transformer.
* [Doc] Reformat doc string and change some wordings.
* [Doc] Doc string refactoring.
* [Doc] Doc string refactoring.
* [Doc] Doc string refactoring.
* [Doc] Doc string refactoring.
* [Doc] Doc string refactoring.
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
|
2020-08-14 18:00:38 +08:00 |
|
Minjie Wang
|
f25bc176d0
|
[Hetero] Improve speed of several Hetero APIs (#1486)
* add clone function to frame
* add utest
* replace all local_var with local_scope
* fix utest
* avoid creating canonical types in __getitem__
* lint
* try another utest appraoch for mx
* utest
|
2020-05-01 15:21:33 +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 |
|
Zihao Ye
|
aa06e4579f
|
[Doc] Improve the docstring of several nn modules. (#1187)
* upd
* upd
* upd
* upd
* lint
* upd
* upd
* upd
* upd
* upd
Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com>
|
2020-01-09 21:14:33 +08:00 |
|
Zihao Ye
|
ca302a13ac
|
[Feature] Add dgl.nn.*.Sequential for usability (#1166)
* upd
* upd
* upd
* upd
* lint
* upd
* upd
* upd
* upd
Co-authored-by: VoVAllen <VoVAllen@users.noreply.github.com>
|
2020-01-09 12:39:22 +08:00 |
|
VoVAllen
|
ddb5d804f9
|
[Refactor] Break NN modules into files (#859)
* break nn modules into files
* break mxnet nn modules
* fix lint
* fix lint
|
2019-09-16 14:44:15 +08:00 |
|
Minjie Wang
|
708765f0a1
|
[NN] RGCN modules (#744)
* rgcn module
* support id input
* WIP: model codes
* use faster index select
* dropout
* self loop
* WIP: link prediction
* fix lint
* WIP: docs
* docstring
* docstring
* merge two child classes
* mxnet rgcn module
* fix lint
* fix lint
* fix rename bug
* add uniform edge sampler
* fix fn name
* docstring
* fix mxnet rgcn module
* fix mx rgcn
* enable test on cuda
|
2019-08-23 16:38:48 -04:00 |
|