We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 44c9bf7 + 514a513 commit 86e6064Copy full SHA for 86e6064
advanced_source/static_quantization_tutorial.py
@@ -8,7 +8,8 @@
8
9
This tutorial shows how to do post-training static quantization, as well as illustrating
10
two more advanced techniques - per-channel quantization and quantization-aware training -
11
-to further improve the model's accuracy.
+to further improve the model's accuracy. Note that quantization is currently only supported
12
+for CPUs, so we will not be utilizing GPUs / CUDA in this tutorial.
13
14
By the end of this tutorial, you will see how quantization in PyTorch can result in
15
significant decreases in model size while increasing speed. Furthermore, you'll see how
0 commit comments