Skip to content

Commit 1a014ef

Browse files
committed
Better mobilenetv3 large backbone.
1 parent 81800cd commit 1a014ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/models/mobilenetv3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# TODO: add pretrained
1616
model_urls = {
17-
"mobilenet_v3_large": "https://github.com/datumbox/torchvision-models/raw/main/mobilenet_v3_large-0d8130cf.pth",
17+
"mobilenet_v3_large": "https://github.com/datumbox/torchvision-models/raw/main/mobilenet_v3_large-8738ca79.pth",
1818
"mobilenet_v3_small": None,
1919
}
2020

0 commit comments

Comments
 (0)