RGCN / README.md
riship-nv's picture
Update README.md
9068837
|
raw
history blame
872 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

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