Skip to content
Discussion options

You must be logged in to vote

The recent changes in GNNExplainer (currently in master) allow you to disable the training of an edge mask via allow_edge_mask=False, and learn the importance of nodes (rather than the importance of features) via feat_mask_type="scalar". This might be helpful for your specific problem.

Yes, we use similar architectures to fairly compare different kernel formulations. Notably, the EdgeCNN will "learn" graph connectivity after each layer, while the others only operate on the initial one.

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@rusty1s
Comment options

@vctorwei
Comment options

@rusty1s
Comment options

@vctorwei
Comment options

@rusty1s
Comment options

Answer selected by vctorwei
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants