RexYing / gnn-model-explainer

gnn explainer
Apache License 2.0
879 stars 174 forks source link

Fix example.sh #7

Closed Stannislav closed 4 years ago

Stannislav commented 4 years ago
RexYing commented 4 years ago

Why is syn1 not working when calling explainer? I think all syn datasets should work?

Stannislav commented 4 years ago

Why is syn1 not working when calling explainer? I think all syn datasets should work?

Hi Rex, thanks for having a look. syn1 is working perfectly, but the following lines throw errors:

python -m explainer_main --explain-node=350 --dataset=syn2
python -m explainer_main --explain-node=512 --dataset=syn4
python -m explainer_main --explain-node=512 --dataset=syn5

because there are no checkpoints for syn2, syn4, and syn5.