Unverified Commit 0437b164 authored by Chuang, Yun-Shiuan's avatar Chuang, Yun-Shiuan Committed by GitHub
Browse files

[Doc] Fix a typo in the tutorial for Neighbor Sampling (#2935)



Fix a typo in the tutorial for "Introduction of Neighbor Sampling for GNN Training".
Co-authored-by: default avatarQuan (Andy) Gan <coin2028@hotmail.com>
parent fcfe52ae
...@@ -78,7 +78,7 @@ By the end of this tutorial, you will be able to ...@@ -78,7 +78,7 @@ By the end of this tutorial, you will be able to
# #
# Neighbor sampling addresses this issue by selecting a subset of the # Neighbor sampling addresses this issue by selecting a subset of the
# neighbors to perform aggregation. For instance, to compute # neighbors to perform aggregation. For instance, to compute
# :math:`\boldsymbol{h}_8^{(2)}`, you can choose two of the neighbors # :math:`\boldsymbol{h}_5^{(2)}`, you can choose two of the neighbors
# instead of all of them to aggregate, as in the following animation: # instead of all of them to aggregate, as in the following animation:
# #
# |image2| # |image2|
......
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