Skip to content

Commit 35cfb9e

Browse files
committed
Update
1 parent d751619 commit 35cfb9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

beginner_source/nn_tutorial.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
# We recommend running this tutorial as a notebook, not a script. To download the notebook (``.ipynb``) file,
1111
# click the link at the top of the page.
1212
#
13+
# Testing...
14+
#
1315
# PyTorch provides the elegantly designed modules and classes `torch.nn <https://pytorch.org/docs/stable/nn.html>`_ ,
1416
# `torch.optim <https://pytorch.org/docs/stable/optim.html>`_ ,
1517
# `Dataset <https://pytorch.org/docs/stable/data.html?highlight=dataset#torch.utils.data.Dataset>`_ ,

0 commit comments

Comments
 (0)