Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, in_feats, units, num_heads, in_feats_glob, use_gap=False) |
def | forward (self, graph, feat, feat_glob=None) |
Public Attributes | |
gat | |
TODO. | |
fc | |
TODO. | |
use_gap | |
TODO. | |
gap_gate | |
TODO. | |
gap | |
TODO. | |
Apply a GAT layer to node features, flatten outputs of attention heads and update global features.
def __init__ | ( | self, | |
in_feats, | |||
units, | |||
num_heads, | |||
in_feats_glob, | |||
use_gap = False |
|||
) |