Skip to content

Commit 60b8891

Browse files
AlannaBurkesvekars
andauthoredOct 31, 2024··
Redirecting Former Torchies Tutorials (#3131)
* Redirecting autograd_tutorial_old. * Redirecting parallelism_tutorial. * Redirecting nnft_tutorial. * Redirecting tensor_tutorial_old. * Redirecting former_torchies_tutorial. * Removing README as .py files have been changed to .rst. --------- Co-authored-by: Svetlana Karslioglu <[email protected]>
1 parent 76bd6d3 commit 60b8891

10 files changed

+36
-735
lines changed
 

‎beginner_source/former_torchies/README.txt

Lines changed: 0 additions & 18 deletions
This file was deleted.

‎beginner_source/former_torchies/autograd_tutorial_old.py

Lines changed: 0 additions & 130 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Autograd
2+
==============
3+
4+
This tutorial is out of date. You'll be redirected to the new tutorial in 3 seconds: https://pytorch.org/tutorials/beginner/basics/autogradqs_tutorial.html
5+
6+
.. raw:: html
7+
8+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/basics/autogradqs_tutorial.html'" />

‎beginner_source/former_torchies/nnft_tutorial.py

Lines changed: 0 additions & 266 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
nn Package
2+
===============
3+
4+
This tutorial is out of date. You'll be redirected to the new tutorial in 3 seconds: https://pytorch.org/tutorials/beginner/nn_tutorial.html
5+
6+
.. raw:: html
7+
8+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/nn_tutorial.html'" />

‎beginner_source/former_torchies/parallelism_tutorial.py

Lines changed: 0 additions & 145 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Multi-GPU Examples
2+
==============
3+
4+
This tutorial is out of date. You'll be redirected to the new tutorial in 3 seconds: https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html
5+
6+
.. raw:: html
7+
8+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/blitz/data_parallel_tutorial.html'" />

‎beginner_source/former_torchies/tensor_tutorial_old.py

Lines changed: 0 additions & 143 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Tensors
2+
==============
3+
4+
This tutorial is out of date. You'll be redirected to the new tutorial in 3 seconds: https://pytorch.org/tutorials/beginner/basics/tensorqs_tutorial.html
5+
6+
.. raw:: html
7+
8+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/beginner/basics/tensorqs_tutorial.html'" />
Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,8 @@
11
PyTorch for Former Torch Users
2-
------------------------------
3-
**Author**: `Soumith Chintala <http://soumith.ch>`_
4-
5-
In this tutorial, you will learn the following:
6-
7-
1. Using torch Tensors, and important difference against (Lua)Torch
8-
2. Using the autograd package
9-
3. Building neural networks
10-
11-
- Building a ConvNet
12-
- Building a Recurrent Net
13-
14-
4. Use multiple GPUs
15-
16-
17-
.. toctree::
18-
:hidden:
19-
20-
/beginner/former_torchies/tensor_tutorial_old
21-
/beginner/former_torchies/autograd_tutorial_old
22-
/beginner/former_torchies/nnft_tutorial
23-
/beginner/former_torchies/parallelism_tutorial
24-
25-
.. galleryitem:: /beginner/former_torchies/tensor_tutorial_old.py
26-
:figure: /_static/img/tensor_illustration_flat.png
27-
28-
.. galleryitem:: /beginner/former_torchies/autograd_tutorial_old.py
29-
30-
.. galleryitem:: /beginner/former_torchies/nnft_tutorial.py
31-
:figure: /_static/img/torch-nn-vs-pytorch-nn.png
32-
33-
.. galleryitem:: /beginner/former_torchies/parallelism_tutorial.py
2+
==============
3+
This tutorial is out of date. Please check out the PyTorch tutorials here: https://pytorch.org/tutorials/
344

5+
You will be redirected in 3 seconds.
356
.. raw:: html
367

37-
<div style='clear:both'></div>
8+
<meta http-equiv="Refresh" content="3; url='https://pytorch.org/tutorials/'" />

0 commit comments

Comments
 (0)
Please sign in to comment.