Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8121690

Browse files
subramenbrianjo
andauthored
[WIP] Updates index.rst for LTB (#1348)
* Updates index.rst for LTB go-live * Update index.rst, delete unused files, improve readability on intro.html * Rename tensor and autograd files Co-authored-by: Brian Johnson <[email protected]>
1 parent 38d9474 commit 8121690

15 files changed

Lines changed: 30 additions & 29 deletions
-14 KB
Binary file not shown.
-32.6 KB
Binary file not shown.
-59.2 KB
Binary file not shown.
-14.4 KB
Binary file not shown.

beginner_source/basics/autogradqs_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
`Learn the Basics <intro.html>`_ ||
33
`Quickstart <quickstart_tutorial.html>`_ ||
4-
`Tensors <tensor_tutorial.html>`_ ||
4+
`Tensors <tensorqs_tutorial.html>`_ ||
55
`Datasets & DataLoaders <data_tutorial.html>`_ ||
66
`Transforms <transforms_tutorial.html>`_ ||
77
`Build Model <buildmodel_tutorial.html>`_ ||

beginner_source/basics/buildmodel_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
`Learn the Basics <intro.html>`_ ||
33
`Quickstart <quickstart_tutorial.html>`_ ||
4-
`Tensors <tensor_tutorial.html>`_ ||
4+
`Tensors <tensorqs_tutorial.html>`_ ||
55
`Datasets & DataLoaders <data_tutorial.html>`_ ||
66
`Transforms <transforms_tutorial.html>`_ ||
77
**Build Model** ||
8-
`Autograd <autograd_tutorial.html>`_ ||
8+
`Autograd <autogradqs_tutorial.html>`_ ||
99
`Optimization <optimization_tutorial.html>`_ ||
1010
`Save & Load Model <saveloadrun_tutorial.html>`_
1111

beginner_source/basics/data_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
`Learn the Basics <intro.html>`_ ||
33
`Quickstart <quickstart_tutorial.html>`_ ||
4-
`Tensors <tensor_tutorial.html>`_ ||
4+
`Tensors <tensorqs_tutorial.html>`_ ||
55
**Datasets & DataLoaders** ||
66
`Transforms <transforms_tutorial.html>`_ ||
77
`Build Model <buildmodel_tutorial.html>`_ ||
8-
`Autograd <autograd_tutorial.html>`_ ||
8+
`Autograd <autogradqs_tutorial.html>`_ ||
99
`Optimization <optimization_tutorial.html>`_ ||
1010
`Save & Load Model <saveloadrun_tutorial.html>`_
1111

beginner_source/basics/intro.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
**Learn the Basics** ||
33
`Quickstart <quickstart_tutorial.html>`_ ||
4-
`Tensors <tensor_tutorial.html>`_ ||
4+
`Tensors <tensorqs_tutorial.html>`_ ||
55
`Datasets & DataLoaders <data_tutorial.html>`_ ||
66
`Transforms <transforms_tutorial.html>`_ ||
77
`Build Model <buildmodel_tutorial.html>`_ ||
8-
`Autograd <autograd_tutorial.html>`_ ||
8+
`Autograd <autogradqs_tutorial.html>`_ ||
99
`Optimization <optimization_tutorial.html>`_ ||
1010
`Save & Load Model <saveloadrun_tutorial.html>`_
1111
@@ -40,11 +40,11 @@
4040
4141
How to Use this Guide
4242
-----------------
43-
If you're new to deep learning frameworks, head right into the first step of our guide: `Tensors <tensor_tutorial.html>`_.
44-
45-
If you're familiar with other deep learning frameworks, check out the `Quickstart <quickstart_tutorial.html>`_ first
43+
If you're familiar with other deep learning frameworks, check out the `0. Quickstart <quickstart_tutorial.html>`_ first
4644
to quickly familiarize yourself with PyTorch's API.
4745
46+
If you're new to deep learning frameworks, head right into the first section of our step-by-step guide: `1. Tensors <tensor_tutorial.html>`_.
47+
4848
4949
.. include:: /beginner_source/basics/qs_toc.txt
5050

beginner_source/basics/optimization_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
"""
22
`Learn the Basics <intro.html>`_ ||
33
`Quickstart <quickstart_tutorial.html>`_ ||
4-
`Tensors <tensor_tutorial.html>`_ ||
4+
`Tensors <tensorqs_tutorial.html>`_ ||
55
`Datasets & DataLoaders <data_tutorial.html>`_ ||
66
`Transforms <transforms_tutorial.html>`_ ||
77
`Build Model <buildmodel_tutorial.html>`_ ||
8-
`Autograd <autograd_tutorial.html>`_ ||
8+
`Autograd <autogradqs_tutorial.html>`_ ||
99
**Optimization** ||
1010
`Save & Load Model <saveloadrun_tutorial.html>`_
1111

beginner_source/basics/qs_toc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
| 0. `Quickstart <quickstart_tutorial.html>`_
2-
| 1. `Tensors <tensor_tutorial.html>`_
2+
| 1. `Tensors <tensorqs_tutorial.html>`_
33
| 2. `Datasets and DataLoaders <data_tutorial.html>`_
44
| 3. `Transforms <transforms_tutorial.html>`_
55
| 4. `Build Model <buildmodel_tutorial.html>`_
6-
| 5. `Automatic Differentiation <autograd_tutorial.html>`_
6+
| 5. `Automatic Differentiation <autogradqs_tutorial.html>`_
77
| 6. `Optimization Loop <optimization_tutorial.html>`_
88
| 7. `Save, Load and Use Model <saveloadrun_tutorial.html>`_

0 commit comments

Comments
 (0)