- 22 Feb, 2023 1 commit
-
-
Tingyu Wang authored
* 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>
-
- 15 Feb, 2023 1 commit
-
-
Tingyu Wang authored
* update cugraph_relgraphconv * update equality test * update cugraph rgcn example * update RelGraphConvAgg based on latest API changes * enable fallback option to fg when fanout is large --------- Co-authored-by:Mufei Li <mufeili1996@gmail.com>
-
- 01 Dec, 2022 1 commit
-
-
Tingyu Wang authored
* add entity_sample example * update message * address review, update api call * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * Update examples/pytorch/rgcn/entity_sample_cugraph_relgraphconv.py Co-authored-by:
Mufei Li <mufeili1996@gmail.com> * address review * move example and add description Co-authored-by:
Mufei Li <mufeili1996@gmail.com>
-