@@ -25,38 +25,22 @@ PyTorch Recipes
2525 Dynamic Quantization
2626 https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html
2727
28- 7. save_load_across_devices.py
29- Saving and loading models across devices in PyTorch
30- https://pytorch.org/tutorials/recipes/recipes/save_load_across_devices.html
31-
32- 8. saving_and_loading_a_general_checkpoint.py
33- Saving and loading a general checkpoint in PyTorch
34- https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_a_general_checkpoint.html
35-
36- 9. saving_and_loading_models_for_inference.py
37- Saving and loading models for inference in PyTorch
38- https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_models_for_inference.html
39-
40- 10. saving_multiple_models_in_one_file.py
41- Saving and loading multiple models in one file using PyTorch
42- https://pytorch.org/tutorials/recipes/recipes/saving_multiple_models_in_one_file.html
43-
44- 11. warmstarting_model_using_parameters_from_a_different_model.py
28+ 7. warmstarting_model_using_parameters_from_a_different_model.py
4529 Warmstarting models using parameters from different model
4630 https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
4731
48- 12 . zeroing_out_gradients.py
32+ 8 . zeroing_out_gradients.py
4933 Zeroing out gradients
5034 https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
5135
52- 13 . mobile_perf.py
36+ 9 . mobile_perf.py
5337 PyTorch Mobile Performance Recipes
5438 https://pytorch.org/tutorials/recipes/mobile_perf.html
5539
56- 14 . amp_recipe.py
40+ 10 . amp_recipe.py
5741 Automatic Mixed Precision
5842 https://pytorch.org/tutorials/recipes/amp_recipe.html
5943
60- 15 . regional_compilation.py
44+ 11 . regional_compilation.py
6145 Reducing torch.compile cold start compilation time with regional compilation
6246 https://pytorch.org/tutorials/recipes/regional_compilation.html
0 commit comments