gammagl.models.GCNIIModel¶
- class GCNIIModel(feature_dim, hidden_dim, num_class, num_layers, alpha, beta, lambd, variant, drop_rate, name=None)[source]¶
The graph convolutional operator with initial residual connections and identity mapping (GCNII) from the “Simple and Deep Graph Convolutional Networks” paper.