RGCN / README.md
yyc's picture
Update README.md
ca13b77 verified
|
raw
history blame
874 Bytes
metadata
license: openrail
tags:
  - graphs
pipeline_tag: graph-ml

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

Direct Use

11 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