Skip to content

Commit

Permalink
Update static quantization tutorial code link to go to mobilenetv2.py (
Browse files Browse the repository at this point in the history
…#2638)

The link says most of the code is from "here", but it goes to mobilenet.py which is just imports.
Most of the code comes from mobilenetv2.py.

Signed-off-by: markstur <mark.sturdevant@ibm.com>
Co-authored-by: Svetlana Karslioglu <svekars@meta.com>
  • Loading branch information
markstur and svekars authored Nov 2, 2023
1 parent 70785d0 commit 586b3da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_source/static_quantization_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ to enable quantization:
- Replace ReLU6 with ReLU

Note: this code is taken from
`here <https://github.com/pytorch/vision/blob/master/torchvision/models/mobilenet.py>`_.
`here <https://github.com/pytorch/vision/blob/main/torchvision/models/mobilenetv2.py>`_.

.. code:: python
Expand Down

0 comments on commit 586b3da

Please sign in to comment.