Skip to content

Commit 076b2bf

Browse files
fmassafacebook-github-bot
authored andcommitted
[fbsync] Update weights of classification models to allow proper unpickling (#3620)
Summary: * Update URLS of detection models * Empty commit after setting read permission on S3 Reviewed By: NicolasHug Differential Revision: D27706954 fbshipit-source-id: 3c560abe41688f7d3b2fa8792e8f157c89a4fb81 Co-authored-by: Francisco Massa <[email protected]>
1 parent fce4f6f commit 076b2bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

torchvision/models/alexnet.py

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

99

1010
model_urls = {
11-
'alexnet': 'https://download.pytorch.org/models/alexnet-owt-4df8aa71.pth',
11+
'alexnet': 'https://download.pytorch.org/models/alexnet-owt-7be5be79.pth',
1212
}
1313

1414

torchvision/models/resnet.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212

1313
model_urls = {
14-
'resnet18': 'https://download.pytorch.org/models/resnet18-5c106cde.pth',
15-
'resnet34': 'https://download.pytorch.org/models/resnet34-333f7ec4.pth',
16-
'resnet50': 'https://download.pytorch.org/models/resnet50-19c8e357.pth',
17-
'resnet101': 'https://download.pytorch.org/models/resnet101-5d3b4d8f.pth',
18-
'resnet152': 'https://download.pytorch.org/models/resnet152-b121ed2d.pth',
14+
'resnet18': 'https://download.pytorch.org/models/resnet18-f37072fd.pth',
15+
'resnet34': 'https://download.pytorch.org/models/resnet34-b627a593.pth',
16+
'resnet50': 'https://download.pytorch.org/models/resnet50-0676ba61.pth',
17+
'resnet101': 'https://download.pytorch.org/models/resnet101-63fe2227.pth',
18+
'resnet152': 'https://download.pytorch.org/models/resnet152-394f9c45.pth',
1919
'resnext50_32x4d': 'https://download.pytorch.org/models/resnext50_32x4d-7cdf4587.pth',
2020
'resnext101_32x8d': 'https://download.pytorch.org/models/resnext101_32x8d-8ba56ff5.pth',
2121
'wide_resnet50_2': 'https://download.pytorch.org/models/wide_resnet50_2-95faca4d.pth',

0 commit comments

Comments
 (0)