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 d751619 commit 35cfb9eCopy full SHA for 35cfb9e
beginner_source/nn_tutorial.py
@@ -10,6 +10,8 @@
10
# We recommend running this tutorial as a notebook, not a script. To download the notebook (``.ipynb``) file,
11
# click the link at the top of the page.
12
#
13
+# Testing...
14
+#
15
# PyTorch provides the elegantly designed modules and classes `torch.nn <https://pytorch.org/docs/stable/nn.html>`_ ,
16
# `torch.optim <https://pytorch.org/docs/stable/optim.html>`_ ,
17
# `Dataset <https://pytorch.org/docs/stable/data.html?highlight=dataset#torch.utils.data.Dataset>`_ ,
0 commit comments