Tingyu Wang
bcf9923b32
[Model] Add dgl.nn.CuGraphSAGEConv model (#5137)
* add CuGraphSAGEConv model
* fix lint issues
* update model to reflect changes in make_mfg_csr(), move max_in_degree to forward()
* lintrunner
* allow reset_parameters()
* remove norm option, simplify test
* allow full graph fallback option, add example
* address comments
* address reviews
---------
Co-authored-by: Mufei Li <mufeili1996@gmail.com>
2023-02-22 13:43:28 +08:00
..
2022-06-14 16:14:12 +08:00
2023-01-20 14:23:26 +08:00
2022-07-07 11:52:17 +08:00
2022-11-01 14:30:16 +08:00
2022-12-01 16:41:53 +08:00
2021-06-07 11:19:39 +08:00
2022-04-16 00:35:06 +08:00
2022-02-14 22:27:23 -05:00
2021-01-28 00:26:49 +08:00
2023-02-08 12:29:03 +08:00
2022-12-07 08:42:26 +08:00
2023-01-20 11:25:53 +08:00
2023-01-06 20:16:01 +08:00
2021-06-28 16:13:56 +08:00
2022-02-25 17:21:06 +08:00
2023-02-22 13:43:28 +08:00
2022-02-25 17:21:06 +08:00
2021-02-20 17:42:45 +08:00
2023-02-08 12:29:03 +08:00
2020-09-13 04:57:06 +08:00