CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
pytorch

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: pytorch/tutorials
Path: blob/main/recipes_source/recipes/README.txt
Views: 494
1
PyTorch Recipes
2
---------------------------------------------
3
1. defining_a_neural_network.py
4
Defining a Neural Network in PyTorch
5
https://pytorch.org/tutorials/recipes/recipes/defining_a_neural_network.html
6
7
2. what_is_state_dict.py
8
What is a state_dict in PyTorch
9
https://pytorch.org/tutorials/recipes/recipes/what_is_state_dict.html
10
11
3. saving_and_loading_models_for_inference.py
12
Saving and loading models for inference in PyTorch
13
https://pytorch.org/tutorials/recipes/recipes/saving_and_loading_models_for_inference.html
14
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
21
Model Interpretability using Captum
22
https://pytorch.org/tutorials/recipes/recipes/Captum_Recipe.html
23
24
6. dynamic_quantization.py
25
Dynamic Quantization
26
https://pytorch.org/tutorials/recipes/recipes/dynamic_quantization.html
27
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
45
Warmstarting models using parameters from different model
46
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
47
48
12. zeroing_out_gradients.py
49
Zeroing out gradients
50
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
51
52
13. mobile_perf.py
53
PyTorch Mobile Performance Recipes
54
https://pytorch.org/tutorials/recipes/mobile_perf.html
55
56
14. amp_recipe.py
57
Automatic Mixed Precision
58
https://pytorch.org/tutorials/recipes/amp_recipe.html
59
60