Skip to content

Commit 295b064

Browse files
committed
Address tutorial comments6
1 parent 1551bc3 commit 295b064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/torchrec_interactive_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,11 @@
106106
# Embeddings in PyTorch
107107
# ---------------------
108108
#
109-
# `torch.nn.Embedding <https://pytorch.org/docs/stable/generated/torch.nn.Embedding.html>`__:
109+
# :class:`torch.nn.Embedding`:
110110
# Embedding table where forward pass returns the embeddings themselves as
111111
# is.
112112
#
113-
# `torch.nn.EmbeddingBag <https://pytorch.org/docs/stable/generated/torch.nn.EmbeddingBag.html>`__:
113+
# :class:`torch.nn.EmbeddingBag`:
114114
# Embedding table where forward pass returns embeddings that are then
115115
# pooled, for example, sum or mean, otherwise known as **Pooled Embeddings**
116116
#

0 commit comments

Comments
 (0)