Skip to content

Commit a56fe27

Browse files
committed
Adding temp candidate pretrained model for mobilenetv3 large.
1 parent 550f05e commit a56fe27

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": None,
17+
"mobilenet_v3_large": "https://github.com/datumbox/torchvision-models/raw/main/mobilenet_v3_large-0d8130cf.pth",
1818
"mobilenet_v3_small": None,
1919
}
2020

0 commit comments

Comments
 (0)