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.
2 parents bdd9e4a + 3eee4f2 commit 219e199Copy full SHA for 219e199
beginner_source/introyt/modelsyt_tutorial.py
@@ -311,9 +311,7 @@ def forward(self, sentence):
311
# ``TransformerDecoder``) and subcomponents (``TransformerEncoderLayer``,
312
# ``TransformerDecoderLayer``). For details, check out the
313
# `documentation <https://pytorch.org/docs/stable/nn.html#transformer-layers>`__
314
-# on transformer classes, and the relevant
315
-# `tutorial <https://pytorch.org/tutorials/beginner/transformer_tutorial.html>`__
316
-# on pytorch.org.
+# on transformer classes.
317
#
318
# Other Layers and Functions
319
# --------------------------
0 commit comments