Is it possible to obtain a trainable parameters matrix for GCNConv? #7101
raythroughspace
started this conversation in
General
Replies: 1 comment
-
You can access it via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a GCN with 1 layer to do a classification task. The GCN is successful in classifying my samples, is it possible to obtain the trainable parameters matrix (which is denoted$\theta$ in the GCNConv docs)? Specifically, I'm looking to use this matrix directly to determine which nodes in my graphs have the largest influence on the predictions, so it is important for me to know which trainable parameter is associated with which edges.
Beta Was this translation helpful? Give feedback.
All reactions