Unverified Commit 77ec365d authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[doc] rename titles (#6608)

parent afee044b
""" """
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.
......
""" """
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
......
""" """
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
......
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