Could you please provide more clarification on this? The activation weights are on the output of the convolutional pass. so they are vectors of length 32. How do you get a heatmap on the graph nodes from this? Sorry I am quite new to attention so I may not fully understand how to do this
In every epoch you get the weights/activations and turn hem into Numpy arrays. You can use a heatmap.
Originally posted by @benedekrozemberczki in https://github.com/benedekrozemberczki/SimGNN/issues/16#issuecomment-545666072
Could you please provide more clarification on this? The activation weights are on the output of the convolutional pass. so they are vectors of length 32. How do you get a heatmap on the graph nodes from this? Sorry I am quite new to attention so I may not fully understand how to do this