Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
66ad774f
"git@developer.sourcefind.cn:OpenDAS/vision.git" did not exist on "0e62c34fb6ed7766fea368e67033564d8010ea78"
Unverified
Commit
66ad774f
authored
Jul 03, 2021
by
唐宇謙
Committed by
GitHub
Jul 03, 2021
Browse files
[Tutorial] update typo in line 175 (#3092)
parent
0884d024
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tutorials/blitz/4_link_predict.py
tutorials/blitz/4_link_predict.py
+1
-1
No files found.
tutorials/blitz/4_link_predict.py
View file @
66ad774f
...
...
@@ -172,7 +172,7 @@ class GraphSAGE(nn.Module):
# 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
# 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 fe
e
d the node representations computed on the entire
# graph to the positive and the negative graphs for computing pair-wise
# scores.
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment