|
| 1 | + |
| 2 | +Introduction to PyTorch YouTube Series |
| 3 | +-------------------------------------- |
| 4 | + |
| 5 | +1. introyt.rst |
| 6 | + Introduction to PyTorch Youtube Series |
| 7 | + https://pytorch.org/tutorials/beginner/introyt/introyt.html |
| 8 | + |
| 9 | + 1. tensorsyt_tutorial.py |
| 10 | + PyTorch Tensors |
| 11 | + https://pytorch.org/tutorials/beginner/introyt/tensorsyt_tutorial.html |
| 12 | + |
| 13 | + 2. modelyt1_tutorial.py |
| 14 | + PyTorch Models |
| 15 | + https://pytorch.org/tutorials/beginner/introyt/modelyt1_tutorial.html |
| 16 | + |
| 17 | + 3. datayt_tutorial.py |
| 18 | + Dataset and DataLoader |
| 19 | + https://pytorch.org/tutorials/beginner/introyt/datayt_tutorial.html |
| 20 | + |
| 21 | + 4. trainingyt1_tutorial.py |
| 22 | + A Simple PyTorch Training Loop |
| 23 | + https://pytorch.org/tutorials/beginner/introyt/trainingyt1_tutorial.html |
| 24 | + |
| 25 | + |
| 26 | +2. tensors_deeper_tutorial.py |
| 27 | + Introduction to PyTorch Tensors |
| 28 | + https://pytorch.org/tutorials/beginner/introyt/tensors_deeper_tutorial.html |
| 29 | + |
| 30 | +3. autogradyt_tutorial.py |
| 31 | + The Fundamentals of Autograd |
| 32 | + https://pytorch.org/tutorials/beginner/introyt/autogradyt_tutorial.html |
| 33 | + |
| 34 | +4. modelsyt_tutorial.py |
| 35 | + Building Models with PyTorch |
| 36 | + https://pytorch.org/tutorials/beginner/introyt/modelsyt_tutorial.html |
| 37 | + |
| 38 | +5. tensorboardyt_tutorial.py |
| 39 | + PyTorch TensorBoard Support |
| 40 | + https://pytorch.org/tutorials/beginner/introyt/tensorboardyt_tutorial.html |
| 41 | + |
| 42 | +6. trainingyt_tutorial.py |
| 43 | + Training with PyTorch |
| 44 | + https://pytorch.org/tutorials/beginner/introyt/trainingyt_tutorial.html |
| 45 | + |
| 46 | +7. captumyt_tutorial.py |
| 47 | + Model understanding with Captum |
| 48 | + https://pytorch.org/tutorials/beginner/introyt/captumyt_tutorial.html |
0 commit comments