Unverified Commit 66ad774f authored by 唐宇謙's avatar 唐宇謙 Committed by GitHub
Browse files

[Tutorial] update typo in line 175 (#3092)

parent 0884d024
...@@ -172,7 +172,7 @@ class GraphSAGE(nn.Module): ...@@ -172,7 +172,7 @@ class GraphSAGE(nn.Module):
# The *positive graph* and the *negative graph* will contain the same set # The *positive graph* and the *negative graph* will contain the same set
# of nodes as the original graph. This makes it easier to pass node # of nodes as the original graph. This makes it easier to pass node
# features among multiple graphs for computation. As you will see later, # features among multiple graphs for computation. As you will see later,
# you can directly fed the node representations computed on the entire # you can directly feed the node representations computed on the entire
# graph to the positive and the negative graphs for computing pair-wise # graph to the positive and the negative graphs for computing pair-wise
# scores. # scores.
# #
......
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