Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pytorch
GitHub Repository: pytorch/tutorials
Path: blob/main/recipes_source/recipes/README.txt
1694 views
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. warmstarting_model_using_parameters_from_a_different_model.py
29
Warmstarting models using parameters from different model
30
https://pytorch.org/tutorials/recipes/recipes/warmstarting_model_using_parameters_from_a_different_model.html
31
32
8. zeroing_out_gradients.py
33
Zeroing out gradients
34
https://pytorch.org/tutorials/recipes/recipes/zeroing_out_gradients.html
35
36
9. mobile_perf.py
37
PyTorch Mobile Performance Recipes
38
https://pytorch.org/tutorials/recipes/mobile_perf.html
39
40
10. amp_recipe.py
41
Automatic Mixed Precision
42
https://pytorch.org/tutorials/recipes/amp_recipe.html
43
44
11. regional_compilation.py
45
Reducing torch.compile cold start compilation time with regional compilation
46
https://pytorch.org/tutorials/recipes/regional_compilation.html
47
48