graphs

Model Card for RGCN

RGCN is a GNN that can be used to learn node embeddings for Graphs. These embeddings can be used for downstream learning tasks.

Model Description

RGCN is a GNN made up of RGCNConv from PyTorch Geometric

Model Sources

<!-- Provide the basic links for the model. -->

Direct Use

This model should be used to learn node embeddings for Graphs. These embeddings can be used for downstream learning tasks.

How to Get Started with the Model

See example