Skip to content

Commit dd47349

Browse files
committed
Address tutorial comments4
1 parent c56b686 commit dd47349

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

intermediate_source/torchrec_interactive_tutorial.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,7 @@
227227
#
228228
# TorchRec extends these modules by creating collections of embeddings, in
229229
# other words modules that can have multiple embedding tables, with
230-
# `EmbeddingCollection <https://pytorch.org/torchrec/torchrec.modules.html#torchrec.modules.embedding_modules.EmbeddingCollection>`__
231-
# and
232-
# `EmbeddingBagCollection <https://pytorch.org/torchrec/torchrec.modules.html#torchrec.modules.embedding_modules.EmbeddingBagCollection>`__.
230+
# ``EmbeddingCollection`` and ``EmbeddingBagCollection``
233231
# We will use ``EmbeddingBagCollection`` to represent a group of
234232
# embedding bags.
235233
#

0 commit comments

Comments
 (0)