dgl은 그래프 신경망을 쉽게 사용할 수 있도록 해주는 라이브러리이다. 그중에서도 GraphConv라는 함수를 알아보겠다. https://docs.dgl.ai/en/0.4.x/api/python/nn.pytorch.html?highlight=graphconv#graphconv NN Modules (PyTorch) — DGL 0.4.3post2 documentation The output feature of shape \((N, H, D_{out})\) where \(H\) is the number of heads, and \(D_{out}\) is size of output feature. docs.dgl.ai GraphConv는 아래의 ' semi-supervised classification with..