Skip to content
This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Commit cfd4e2f

Browse files
author
Jessica Lin
authored
Add prototype tutorials
1 parent d1759ef commit cfd4e2f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

prototype_source/README.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,15 @@ Prototype Tutorials
77
2. graph_mode_static_quantization_tutorial.py
88
Graph Mode Post Training Static Quantization in PyTorch
99
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/master/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/master/prototype_source/numeric_suite_tutorial.py
18+
19+
5. torchscript_freezing.py
20+
Model Freezing in TorchScript
21+
https://github.com/pytorch/tutorials/blob/master/prototype_source/torchscript_freezing.py

0 commit comments

Comments
 (0)