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/prototype_source/README.txt
Views: 494
1
Prototype Tutorials
2
------------------
3
1. distributed_rpc_profiling.rst
4
Profiling PyTorch RPC-Based Workloads
5
https://github.com/pytorch/tutorials/blob/main/prototype_source/distributed_rpc_profiling.rst
6
7
2. graph_mode_static_quantization_tutorial.py
8
Graph Mode Post Training Static Quantization in PyTorch
9
https://pytorch.org/tutorials/prototype/graph_mode_static_quantization_tutorial.html
10
11
3. graph_mode_dynamic_bert_tutorial.rst
12
Graph Mode Dynamic Quantization on BERT
13
https://github.com/pytorch/tutorials/blob/main/prototype_source/graph_mode_dynamic_bert_tutorial.rst
14
15
4. numeric_suite_tutorial.py
16
PyTorch Numeric Suite Tutorial
17
https://github.com/pytorch/tutorials/blob/main/prototype_source/numeric_suite_tutorial.py
18
19
5. torchscript_freezing.py
20
Model Freezing in TorchScript
21
https://github.com/pytorch/tutorials/blob/main/prototype_source/torchscript_freezing.py
22
23
6. vulkan_workflow.rst
24
Vulkan Backend User Workflow
25
https://pytorch.org/tutorials/intermediate/vulkan_workflow.html
26
27
7. fx_graph_mode_ptq_static.rst
28
FX Graph Mode Post Training Static Quantization
29
https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_static.html
30
31
8. fx_graph_mode_ptq_dynamic.py
32
FX Graph Mode Post Training Dynamic Quantization
33
https://pytorch.org/tutorials/prototype/fx_graph_mode_ptq_dynamic.html
34
35
9. fx_graph_mode_quant_guide.py
36
FX Graph Mode Quantization User Guide
37
https://pytorch.org/tutorials/prototype/fx_graph_mode_quant_guide.html
38
39
10 flight_recorder_tutorial.rst
40
Flight Recorder User Guide
41
https://pytorch.org/tutorials/prototype/flight_recorder_tutorial.html
42
43