-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Hi there,
I was reading your code on graphtransformer, I'm kind of curious on the operation shown below. Why did you divide the wV score by the w(or so called 'score' term), I didn't see any terms shown in your equation 4 or equation 9 in the paper. Could you illustrated that?
h_out = g.ndata['wV'] / (g.ndata['z'] + torch.full_like(g.ndata['z'], 1e-6)) # adding eps to all values here |
Thanks
Metadata
Metadata
Assignees
Labels
No labels