Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0871d8 + 8798ff3 commit beb7e27Copy full SHA for beb7e27
1 file changed
beginner_source/nn_tutorial.py
@@ -6,7 +6,7 @@
6
"""
7
###############################################################################
8
# We recommend running this tutorial as a notebook, not a script. To download the notebook (.ipynb) file,
9
-# click `here <https://pytorch.org/tutorials/beginner/nn_tutorial.html#sphx-glr-download-beginner-nn-tutorial-py>`_ .
+# click the link at the top of the page.
10
#
11
# PyTorch provides the elegantly designed modules and classes `torch.nn <https://pytorch.org/docs/stable/nn.html>`_ ,
12
# `torch.optim <https://pytorch.org/docs/stable/optim.html>`_ ,
0 commit comments