Are there GraphNormlisation or Batch Normalisation with dgl package?
For batch normalization, you can directly apply nn.BatchNorm1d provided in pytorch. For GraphNormalisation, could you elaborate on more details?
Are there GraphNormlisation or Batch Normalisation with dgl package?
For batch normalization, you can directly apply nn.BatchNorm1d provided in pytorch. For GraphNormalisation, could you elaborate on more details?