We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56b686 commit dd47349Copy full SHA for dd47349
intermediate_source/torchrec_interactive_tutorial.py
@@ -227,9 +227,7 @@
227
#
228
# TorchRec extends these modules by creating collections of embeddings, in
229
# 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>`__.
+# ``EmbeddingCollection`` and ``EmbeddingBagCollection``
233
# We will use ``EmbeddingBagCollection`` to represent a group of
234
# embedding bags.
235
0 commit comments