IBM / EvolveGCN

Code for EvolveGCN: Evolving Graph Convolutional Networks for Dynamic Graphs
Apache License 2.0
517 stars 164 forks source link

Use of mask #12

Open c120129754 opened 3 years ago

c120129754 commented 3 years ago

Mask is used to select topK nodes, while the operation is addition rather multiplication which is a common way of using mask. Could you plz answer this question or give an example of how mask influences the calculated score in topK selection.