Skip to content

Commit 586b3da

Browse files
markstursvekars
andauthored
Update static quantization tutorial code link to go to mobilenetv2.py (#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>
1 parent 70785d0 commit 586b3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/static_quantization_tutorial.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ to enable quantization:
5959
- Replace ReLU6 with ReLU
6060

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

6464
.. code:: python
6565

0 commit comments

Comments
 (0)