Closed Stannislav closed 4 years ago
Why is syn1 not working when calling explainer? I think all syn datasets should work?
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
.