divelab / DIG

A library for graph deep learning research
https://diveintographs.readthedocs.io/
GNU General Public License v3.0
1.82k stars 281 forks source link

Missing Explanation results on google drive #150

Closed vasyl-haievyi closed 1 year ago

vasyl-haievyi commented 1 year ago

Hello, There are no explanation results saved in the folder. At least folders for gcn explanations are empty when I open them using my google account.

vasyl-haievyi commented 1 year ago

Also, I would like to ask, how to get subgraphx results for different sparsity levels, as you presented in the graph explainability survey?

Oceanusity commented 1 year ago

Hello, thank you for pointing it out. I have uploaded the checkpoints and results to the directory. Many thanks. For the different sparsity level of SubgraphX results, you can change the parameter max_nodes https://github.com/divelab/DIG/blob/dig-stable/dig/xgraph/method/subgraphx.py#L756

vasyl-haievyi commented 1 year ago

Thank you very much!