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.
1 parent 81800cd commit 1a014efCopy full SHA for 1a014ef
torchvision/models/mobilenetv3.py
@@ -14,7 +14,7 @@
14
15
# TODO: add pretrained
16
model_urls = {
17
- "mobilenet_v3_large": "https://github.com/datumbox/torchvision-models/raw/main/mobilenet_v3_large-0d8130cf.pth",
+ "mobilenet_v3_large": "https://github.com/datumbox/torchvision-models/raw/main/mobilenet_v3_large-8738ca79.pth",
18
"mobilenet_v3_small": None,
19
}
20
0 commit comments