-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GNN explainer for graph-level classification #1374
Comments
It's currently only supported for node classification. However, it shouldn't be too hard to extend it to graph classification tasks. Feel free to contribute if you like :) |
Cheers for the quick reply as always! Will probably have a go and post findings here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Is there a way of running the current implementation of GNN Explainer in Pytorch Geometric for graph classification tasks, to obtain explanation subgraphs for the graph-level predictions?
The text was updated successfully, but these errors were encountered: