Skip to content

Commit 16045a5

Browse files
author
Jessica Lin
authored
Update .png to .PNG for some thumbnails
1 parent a413aa5 commit 16045a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

recipes_source/recipes_index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,65 +33,65 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
3333
.. customcarditem::
3434
:header: Loading data in PyTorch
3535
:card_description: Learn how to use PyTorch packages to prepare and load common datasets for your model.
36-
:image: ../_static/img/thumbnails/cropped/loading-data.png
36+
:image: ../_static/img/thumbnails/cropped/loading-data.PNG
3737
:link: ../recipes/recipes/loading_data_recipe.html
3838
:tags: Basics
3939

4040

4141
.. customcarditem::
4242
:header: Defining a Neural Network
4343
:card_description: Learn how to use PyTorch's torch.nn package to create and define a neural network the MNIST dataset.
44-
:image: ../_static/img/thumbnails/cropped/defining-a-network.png
44+
: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
5050
:card_description: Learn how state_dict objects, Python dictionaries, are used in saving or loading models from PyTorch.
51-
:image: ../_static/img/thumbnails/cropped/what-is-a-state-dict.png
51+
:image: ../_static/img/thumbnails/cropped/what-is-a-state-dict.PNG
5252
:link: ../recipes/recipes/what_is_state_dict.html
5353
:tags: Basics
5454

5555
.. customcarditem::
5656
:header: Saving and loading models for inference in PyTorch
5757
:card_description: Learn about the two approaches for saving and loading models for inference in PyTorch - via the state_dict and via the entire model.
58-
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-for-inference.png
58+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-for-inference.PNG
5959
:link: ../recipes/recipes/saving_and_loading_models_for_inference.html
6060
:tags: Basics
6161

6262

6363
.. customcarditem::
6464
:header: Saving and loading a general checkpoint in PyTorch
6565
:card_description: Saving and loading a general checkpoint model for inference or resuming training can be helpful for picking up where you last left off. In this recipe, explore how to save and load multiple checkpoints.
66-
:image: ../_static/img/thumbnails/cropped/saving-and-loading-general-checkpoint.png
66+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-general-checkpoint.PNG
6767
:link: ../recipes/recipes/saving_and_loading_a_general_checkpoint.html
6868
:tags: Basics
6969

7070
.. customcarditem::
7171
:header: Saving and loading multiple models in one file using PyTorch
7272
:card_description: In this recipe, learn how saving and loading multiple models can be helpful for reusing models that you have previously trained.
73-
:image: ../_static/img/thumbnails/cropped/saving-multiple-models.png
73+
:image: ../_static/img/thumbnails/cropped/saving-multiple-models.PNG
7474
:link: ../recipes/recipes/saving_multiple_models_in_one_file.html
7575
:tags: Basics
7676

7777
.. customcarditem::
7878
:header: Warmstarting model using parameters from a different model in PyTorch
7979
:card_description: Learn how warmstarting the training process by partially loading a model or loading a partial model can help your model converge much faster than training from scratch.
80-
:image: ../_static/img/thumbnails/cropped/warmstarting-models.png
80+
:image: ../_static/img/thumbnails/cropped/warmstarting-models.PNG
8181
:link: ../recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
8282
:tags: Basics
8383

8484
.. customcarditem::
8585
:header: Saving and loading models across devices in PyTorch
8686
:card_description: Learn how saving and loading models across devices (CPUs and GPUs) is relatively straightforward using PyTorch.
87-
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-across-devices.png
87+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-across-devices.PNG
8888
:link: ../recipes/recipes/save_load_across_devices.html
8989
:tags: Basics
9090

9191
.. customcarditem::
9292
:header: Zeroing out gradients in PyTorch
9393
:card_description: Learn when you should zero out graidents and how doing so can help increase the accuracy of your model.
94-
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.png
94+
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.PNG
9595
:link: ../recipes/recipes/zeroing_out_gradients.html
9696
:tags: Basics
9797

0 commit comments

Comments
 (0)