WanyuGroup / CVPR2022-OrphicX

Official code for the CVPR 2022 (oral) paper "OrphicX: A Causality-Inspired Latent Variable Model for Interpreting Graph Neural Networks."
MIT License
33 stars 14 forks source link

results reproducibility #1

Open Usama113 opened 2 years ago

Usama113 commented 2 years ago

Hi, I am trying to reproduce the results of the OrphicX paper. The following command does not reproduce the results of the table 2 in the paper:

python orphicx_graph.py --gpu --dataset Mutagenicity --output mutag_retrain --retrain
python orphicx_graph.py --gpu --dataset NCI1 --output nci1_retrain --retrain

Could you please help me with this. Thanks in advance.