|
1 | 1 | PyTorch Recipes
|
2 | 2 | ---------------------------------------------
|
3 |
| -Recipes are bite-sized bite-sized, actionable examples of how to use specific PyTorch features, different from our full-length tutorials. |
| 3 | +Recipes are bite-sized, actionable examples of how to use specific PyTorch features, different from our full-length tutorials. |
4 | 4 |
|
5 | 5 | .. raw:: html
|
6 | 6 |
|
@@ -40,14 +40,14 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
|
40 | 40 |
|
41 | 41 | .. customcarditem::
|
42 | 42 | :header: Defining a Neural Network
|
43 |
| - :card_description: Learn how to use PyTorch's torch.nn package to create and define a neural network the MNIST dataset. |
| 43 | + :card_description: Learn how to use PyTorch's torch.nn package to create and define a neural network for the MNIST dataset. |
44 | 44 | :image: ../_static/img/thumbnails/cropped/defining-a-network.PNG
|
45 | 45 | :link: ../recipes/recipes/defining_a_neural_network.html
|
46 | 46 | :tags: Basics
|
47 | 47 |
|
48 | 48 | .. customcarditem::
|
49 | 49 | :header: What is a state_dict in PyTorch
|
50 |
| - :card_description: Learn how state_dict objects, Python dictionaries, are used in saving or loading models from PyTorch. |
| 50 | + :card_description: Learn how state_dict objects and Python dictionaries are used in saving or loading models from PyTorch. |
51 | 51 | :image: ../_static/img/thumbnails/cropped/what-is-a-state-dict.PNG
|
52 | 52 | :link: ../recipes/recipes/what_is_state_dict.html
|
53 | 53 | :tags: Basics
|
@@ -90,7 +90,7 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
|
90 | 90 |
|
91 | 91 | .. customcarditem::
|
92 | 92 | :header: Zeroing out gradients in PyTorch
|
93 |
| - :card_description: Learn when you should zero out graidents and how doing so can help increase the accuracy of your model. |
| 93 | + :card_description: Learn when you should zero out gradients and how doing so can help increase the accuracy of your model. |
94 | 94 | :image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.PNG
|
95 | 95 | :link: ../recipes/recipes/zeroing_out_gradients.html
|
96 | 96 | :tags: Basics
|
|
0 commit comments