broliang / HRGAT

The code for hyper-node relational graph attention network
17 stars 2 forks source link

A confusion about code #2

Open NzzzzN opened 1 year ago

NzzzzN commented 1 year ago

Thanks for your amazing work! And I have a confusion about code. image in class RGATConv def reduce_func h = self.drop(torch.sum(alpha * nodes.mailbox['msg'], dim=1)) / 3 why divide by 3?