Skip to content

Commit 7dba683

Browse files
committed
Update static quantization tutorial code link to go to mobilenetv2.py
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>
1 parent 104af60 commit 7dba683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/static_quantization_tutorial.rst

Lines changed: 1 addition & 1 deletion
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)