gammagl.models.GATModel¶
- class GATModel(feature_dim, hidden_dim, num_class, heads, drop_rate, num_layers, name=None)[source]¶
The graph attentional operator from the “Graph Attention Networks” paper.
- Parameters:
The graph attentional operator from the “Graph Attention Networks” paper.