Skip to content

Commit 10fc715

Browse files
committed
Fix additional broken links in README.txt
- Removed reference to non-existent custom_dataset_transforms_loader.py - Fixed amp_recipe.py URL from /recipes/amp_recipe.html to /recipes/recipes/amp_recipe.html - Renumbered items 4-10 to 4-9 after removal This fixes the 404 errors: - https://pytorch.org/tutorials/recipes/recipes/custom_dataset_transforms_loader.html - https://pytorch.org/tutorials/recipes/amp_recipe.html
1 parent 36e9ccd commit 10fc715

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

recipes_source/recipes/README.txt

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,26 @@ PyTorch Recipes
1212
Saving and loading models for inference in PyTorch
1313
https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_models_for_inference.html
1414

15-
4. custom_dataset_transforms_loader.py
16-
Developing Custom PyTorch Dataloaders
17-
https://pytorch.org/tutorials/recipes/recipes/custom_dataset_transforms_loader.html
18-
19-
20-
5. Captum_Recipe.py
15+
4. Captum_Recipe.py
2116
Model Interpretability using Captum
2217
https://pytorch.org/tutorials/recipes/recipes/Captum_Recipe.html
2318

24-
6. warmstarting_model_using_parameters_from_a_different_model.py
19+
5. warmstarting_model_using_parameters_from_a_different_model.py
2520
Warmstarting models using parameters from different model
2621
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
2722

28-
7. zeroing_out_gradients.py
23+
6. zeroing_out_gradients.py
2924
Zeroing out gradients
3025
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
3126

32-
8. mobile_perf.py
27+
7. mobile_perf.py
3328
PyTorch Mobile Performance Recipes
3429
https://pytorch.org/tutorials/recipes/mobile_perf.html
3530

36-
9. amp_recipe.py
31+
8. amp_recipe.py
3732
Automatic Mixed Precision
38-
https://pytorch.org/tutorials/recipes/amp_recipe.html
33+
https://pytorch.org/tutorials/recipes/recipes/amp_recipe.html
3934

40-
10. regional_compilation.py
35+
9. regional_compilation.py
4136
Reducing torch.compile cold start compilation time with regional compilation
4237
https://pytorch.org/tutorials/recipes/regional_compilation.html

0 commit comments

Comments
 (0)