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 fca4d99 commit 605a736Copy full SHA for 605a736
beginner_source/basics/buildmodel_tutorial.py
@@ -104,7 +104,7 @@ def forward(self, x):
104
##################################################
105
# nn.Flatten
106
# ^^^^^^^^^^^^^^^^^^^^^^
107
-# We initialize the `nn.Flatten <https://pytorch.org/docs/stable/generated/torch.nn.Flatten.html>`_
+# We initialize the `nn.Flatten <https://docs.pytorch.org/docs/stable/generated/torch.nn.modules.flatten.Flatten.html>`_
108
# layer to convert each 2D 28x28 image into a contiguous array of 784 pixel values (
109
# the minibatch dimension (at dim=0) is maintained).
110
0 commit comments