RelGraphConv problem-specific normalization constant

Hi, I just started learning DGL and so I’m just a newbie.

I’m using RelGraphConv and I want to properly set the ‘problem-specific normalization constant’ to my needs. That constant is denoted as c_{i, r} in the paper it was introduced.

I was debugging the module and could understand most of its implementation, but I couldn’t understand how to set this constant (a function parameter maybe) and where within the module this calculation is done.

I would appreciate any help in this issue :slight_smile:

The normalizer is passed in as the norm input argument of the forward function.

1 Like

Thank you. I thought this parameter served another purpose.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.