Unverified Commit ee6bc951 authored by Wilfried L. Bounsi's avatar Wilfried L. Bounsi Committed by GitHub
Browse files

Update a comment in pytorch HGT example (#3101)


Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
Co-authored-by: default avatarJinjing Zhou <VoVAllen@users.noreply.github.com>
parent f0fafa20
......@@ -173,5 +173,5 @@ class HeteroRGCN(nn.Module):
h_dict = self.layer1(G, input_dict)
h_dict = {k : F.leaky_relu(h) for k, h in h_dict.items()}
h_dict = self.layer2(G, h_dict)
# get paper logits
# get appropriate logits
return h_dict[out_key]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment