Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 370 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 370 Bytes

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.