Running GCN and GAT with Reddit

Hello,
I notice that reddit dataset is no longer supported in GCN and GAT.
examples/pytorch/gat/train.py
examples/pytorch/gcn/train.py

How do I run GCN and GAT with Reddit then?

Thank you!

Xuhao

You can import the Reddit dataset here and replace the datasets in the examples with it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.