gammagl.models.SGCModel

class SGCModel(feature_dim, num_class, iter_K, name=None)[source]

simplifing graph convoluation nerworks

forward(x, edge_index, edge_weight, num_nodes)[source]