Skip to content
Discussion options

You must be logged in to vote

Can you clarify? I guess you have a GAT encoder and utilize a InnerProduct decoder as in https://github.com/rusty1s/pytorch_geometric/blob/master/examples/autoencoder.py? This will return a dense adjacency matrix by design, which you can sparsify via thresholding, e.g.

adj = adj > 0.5

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GabbySuwichaya
Comment options

Answer selected by GabbySuwichaya
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