File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ to easily apply some advanced quantization techniques shown
13
13
`here <https://arxiv.org/abs/1806.08342 >`_ so that your quantized models take much less
14
14
of an accuracy hit than they would otherwise.
15
15
Warning: we use a lot of boilerplate code from other PyTorch repos to, for example,
16
- define the ``MobileNetV2 `` model archtecture , define data loaders, and so on. We of course
16
+ define the ``MobileNetV2 `` model architecture , define data loaders, and so on. We of course
17
17
encourage you to read it; but if you want to get to the quantization features, feel free
18
18
to skip to the "4. Post-training static quantization" section.
19
19
We'll start by doing the necessary imports:
@@ -630,4 +630,4 @@ and quantization-aware training - describing what they do "under the hood" and h
630
630
them in PyTorch.
631
631
632
632
Thanks for reading! As always, we welcome any feedback, so please create an issue
633
- `here <https://github.com/pytorch/pytorch/issues >`_ if you have any.
633
+ `here <https://github.com/pytorch/pytorch/issues >`_ if you have any.
You can’t perform that action at this time.
0 commit comments