Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46b394d

Browse files
author
Jessica Lin
committed
Crop Loading Data Recipes thumbnail
1 parent 935bace commit 46b394d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

-93.5 KB
Loading

recipes_source/recipes_index.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,57 +41,57 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
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/defining_a_network.png
44+
:image: ../_static/img/thumbnails/cropped/defining-a-neural-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/pytorch-logo-flat.png
51+
:image: ../_static/img/thumbnails/cropped/what-is-a-state-dict-in-pytorch.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/floppy.png
58+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-for-inference-in-pytorch.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/floppy.png
66+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-a-general-checkpoint-in-pytorch.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/floppy.png
73+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-multiple-models-in-one-file-using-pytorch.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/pytorch-logo-flat.png
80+
:image: ../_static/img/thumbnails/cropped/warmstarting-model-using-parameters-from-a-different-model-in-pytorch.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/floppy.png
87+
:image: ../_static/img/thumbnails/cropped/saving-and-loading-models-across-devices-in-pytorch.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/pytorch-logo-flat.png
94+
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients-in-pytorch.png
9595
:link: ../recipes/recipes/zeroing_out_gradients.html
9696
:tags: Basics
9797

0 commit comments

Comments
 (0)