|
1 | 1 | Welcome to PyTorch Tutorials
|
2 | 2 | ============================
|
3 | 3 |
|
4 |
| -To get started with learning PyTorch, start with our Beginner Tutorials. |
| 4 | +To learn how to use PyTorch, start with our Getting Started Tutorials. |
5 | 5 | The :doc:`60-minute blitz </beginner/deep_learning_60min_blitz>` is the most common
|
6 |
| -starting point, and gives you a quick introduction to PyTorch. |
7 |
| -If you like learning by examples, you will like the tutorial |
8 |
| -:doc:`/beginner/pytorch_with_examples` |
| 6 | +starting point, and provides a broad view into how to use PyTorch from basics all the way to constructing deep neural networks. |
9 | 7 |
|
10 |
| -If you would like to do the tutorials interactively via IPython / Jupyter, |
| 8 | +Some considerations: |
| 9 | + |
| 10 | +- If you would like to do the tutorials interactively via IPython / Jupyter, |
11 | 11 | each tutorial has a download link for a Jupyter Notebook and Python source code.
|
12 | 12 |
|
13 |
| -We also provide a lot of high-quality examples covering image classification, |
| 13 | +- Additional high-quality examples are available including image classification, |
14 | 14 | unsupervised learning, reinforcement learning, machine translation and
|
15 | 15 | many other applications at https://github.com/pytorch/examples/
|
16 | 16 |
|
17 |
| -You can find reference documentation for PyTorch's API and layers at |
| 17 | +- You can find reference documentation for PyTorch's API and layers at |
18 | 18 | http://docs.pytorch.org or via inline help.
|
19 |
| -If you would like the tutorials section improved, please open a github issue |
| 19 | + |
| 20 | +- If you would like the tutorials section improved, please open a github issue |
20 | 21 | here with your feedback: https://github.com/pytorch/tutorials
|
21 | 22 |
|
| 23 | +Lastly, some of the tutorials are marked as requiring the *Preview release*. These are tutorials that use the new functionality from the PyTorch 1.0 Preview. Please use the *getting started* section to get instructions on how to install the latest Preview build before trying these tutorials. |
| 24 | + |
22 | 25 | Getting Started
|
23 | 26 | ------------------
|
24 | 27 |
|
|
0 commit comments