Skip to content

Commit 99d15ce

Browse files
authored
Merge pull request #993 from pytorch/recipes-breadcrumbs
Add Recipes breadcrumbs
2 parents 9dbc8fc + a912b81 commit 99d15ce

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

recipes_source/recipes_index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,25 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
158158
</div>
159159

160160
</div>
161+
162+
.. -----------------------------------------
163+
.. Page TOC
164+
.. -----------------------------------------
165+
.. toctree::
166+
:hidden:
167+
168+
/recipes/recipes/loading_data_recipe
169+
/recipes/recipes/defining_a_neural_network
170+
/recipes/recipes/what_is_state_dict
171+
/recipes/recipes/saving_and_loading_models_for_inference
172+
/recipes/recipes/saving_and_loading_a_general_checkpoint
173+
/recipes/recipes/saving_multiple_models_in_one_file
174+
/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model
175+
/recipes/recipes/save_load_across_devices
176+
/recipes/recipes/zeroing_out_gradients
177+
/recipes/recipes/custom_dataset_transforms_loader
178+
/recipes/recipes/Captum_Recipe
179+
/recipes/recipes/tensorboard_with_pytorch
180+
/recipes/recipes/dynamic_quantization
181+
/recipes/torchscript_inference
182+
/recipes/deployment_with_flask

0 commit comments

Comments
 (0)