Graph Convolutional Network — DGL 0.6.1 documentation
docs.dgl.ai › tutorials › modelsThe forward function is essentially the same as any other commonly seen NNs model in PyTorch. We can initialize GCN like any nn.Module. For example, let’s define a simple neural network consisting of two GCN layers. Suppose we are training the classifier for the cora dataset (the input feature size is 1433 and the number of classes is 7).
Deep Graph Library
https://www.dgl.aiBuild your models with PyTorch, TensorFlow or Apache MXNet. ... Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks ...