Skip to content

Motif-aware Riemannian Graph Neural Network with Generative-Contrastive Learning

License

Notifications You must be signed in to change notification settings

amazerobot/MotifRGC

 
 

Repository files navigation

MotifRGC

Get Started

First, you need to get Python environments ready:

conda create -n dl python=3.9.0
conda activate dl
pip install -r requirements.txt

Then, to run Link Prediction task using GCN backbone, you can use the following commands:

source ./scripts/LP/gcn/cora.sh

And for other backbones, datasets, tasks are in the similar way.

About

Motif-aware Riemannian Graph Neural Network with Generative-Contrastive Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.9%
  • Shell 14.1%