SPN
SPN copied to clipboard
The cora dataset cannot be loaded
Hi, I try to run the code with
python refine.py --dataset cora \
--solve-proxy-epochs 200 \
--solve-proxy-eval-every 20 \
--solve-proxy-node-lr 1e-2 \
--solve-proxy-edge-lr 2e-3 \
--refine-node-lr 1e-3 \
--refine-edge-lr 2e-4 \
SAGE
but some errors are thrown
Traceback (most recent call last):
File "refine.py", line 126, in
It seems that the provided cora dataset has some mistakes. Similar errors are found when I simply replace cora with citeseer, pubmed, but the dblp works well.
Hi Zijing,
Thanks for the question. Our codes are not compatible with the latest torch-geometric package (2.0.X). You may consider using an older version (1.X.X) instead.
Thanks for your super quick reply, torch-geometric==1.7.2 works well for me 🤗