Skip to content

Commit b458ced

Browse files
authored
Fix typo & Minor changes (#1138)
Thanks for the fixes @codingbowoo!
1 parent 6ab3a37 commit b458ced

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes_source/recipes_index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyTorch Recipes
22
---------------------------------------------
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.
44

55
.. raw:: html
66

@@ -40,14 +40,14 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
4040

4141
.. customcarditem::
4242
: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.
4444
:image: ../_static/img/thumbnails/cropped/defining-a-network.PNG
4545
:link: ../recipes/recipes/defining_a_neural_network.html
4646
:tags: Basics
4747

4848
.. customcarditem::
4949
: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.
5151
:image: ../_static/img/thumbnails/cropped/what-is-a-state-dict.PNG
5252
:link: ../recipes/recipes/what_is_state_dict.html
5353
:tags: Basics
@@ -90,7 +90,7 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
9090

9191
.. customcarditem::
9292
: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.
9494
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.PNG
9595
:link: ../recipes/recipes/zeroing_out_gradients.html
9696
:tags: Basics

0 commit comments

Comments
 (0)