Skip to content

Commit 49cc4c2

Browse files
committed
Changed the name of former torchies nn_tutorial, to make way for future site work.
1 parent 9e6c8ba commit 49cc4c2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

beginner_source/former_torchies/README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
Autograd
1010
https://pytorch.org/tutorials/beginner/former_torchies/autograd_tutorial_old.html
1111

12-
3. nn_tutorial.py
12+
3. nnft_tutorial.py
1313
nn package
14-
https://pytorch.org/tutorials/beginner/former_torchies/nn_tutorial.html
14+
https://pytorch.org/tutorials/beginner/former_torchies/nnft_tutorial.html
1515

1616
4. parallelism_tutorial.py
1717
Multi-GPU examples

beginner_source/former_torchies_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ In this tutorial, you will learn the following:
1919

2020
/beginner/former_torchies/tensor_tutorial_old
2121
/beginner/former_torchies/autograd_tutorial_old
22-
/beginner/former_torchies/nn_tutorial
22+
/beginner/former_torchies/nnft_tutorial
2323
/beginner/former_torchies/parallelism_tutorial
2424

2525
.. galleryitem:: /beginner/former_torchies/tensor_tutorial_old.py
2626
:figure: /_static/img/tensor_illustration_flat.png
2727

2828
.. galleryitem:: /beginner/former_torchies/autograd_tutorial_old.py
2929

30-
.. galleryitem:: /beginner/former_torchies/nn_tutorial.py
30+
.. galleryitem:: /beginner/former_torchies/nnft_tutorial.py
3131
:figure: /_static/img/torch-nn-vs-pytorch-nn.png
3232

3333
.. galleryitem:: /beginner/former_torchies/parallelism_tutorial.py

0 commit comments

Comments
 (0)