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
77ec365d
Unverified
Commit
77ec365d
authored
Nov 23, 2023
by
Rhett Ying
Committed by
GitHub
Nov 23, 2023
Browse files
[doc] rename titles (#6608)
parent
afee044b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
tutorials/large/L0_neighbor_sampling_overview.py
tutorials/large/L0_neighbor_sampling_overview.py
+2
-2
tutorials/large/L1_large_node_classification.py
tutorials/large/L1_large_node_classification.py
+2
-2
tutorials/large/L2_large_link_prediction.py
tutorials/large/L2_large_link_prediction.py
+1
-1
No files found.
tutorials/large/L0_neighbor_sampling_overview.py
View file @
77ec365d
"""
"""
Introduction of Neighbor Sampling
for GNN Training
Introduction of Neighbor Sampling
=================================
=================
=================================
In :doc:`previous tutorials <../blitz/1_introduction>` you have learned how to
In :doc:`previous tutorials <../blitz/1_introduction>` you have learned how to
train GNNs by computing the representations of all nodes on a graph.
train GNNs by computing the representations of all nodes on a graph.
...
...
tutorials/large/L1_large_node_classification.py
View file @
77ec365d
"""
"""
Training GNN with Neighbor Sampling for
Node Classification
Node Classification
===========================================================
===========================================================
This tutorial shows how to train a multi-layer GraphSAGE for node
This tutorial shows how to train a multi-layer GraphSAGE for node
...
@@ -42,7 +42,7 @@ device = "cpu" # change to 'cuda' for GPU
...
@@ -42,7 +42,7 @@ device = "cpu" # change to 'cuda' for GPU
# training-validation-test set from the tasks. Seed nodes and corresponding
# training-validation-test set from the tasks. Seed nodes and corresponding
# labels are already stored in each training-validation-test set. Other
# labels are already stored in each training-validation-test set. Other
# metadata such as number of classes are also stored in the tasks. In this
# metadata such as number of classes are also stored in the tasks. In this
# dataset, there is only one task: `node classification`
`
.
# dataset, there is only one task: `node classification`.
#
#
graph
=
dataset
.
graph
graph
=
dataset
.
graph
...
...
tutorials/large/L2_large_link_prediction.py
View file @
77ec365d
"""
"""
Stochastic Training of GNN for
Link Prediction
Link Prediction
==============================================
==============================================
This tutorial will show how to train a multi-layer GraphSAGE for link
This tutorial will show how to train a multi-layer GraphSAGE for link
...
...
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