Skip to content

Commit 06acf65

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] Update models weights for inception_v3, vgg11, and vgg13 (#3851)
Reviewed By: cpuhrsch Differential Revision: D28538761 fbshipit-source-id: f54b3534daf5c6f4c1ad9e346415553991dd6f9c
1 parent 65c8db8 commit 06acf65

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

torchvision/models/inception.py

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

1313
model_urls = {
1414
# Inception v3 ported from TensorFlow
15-
'inception_v3_google': 'https://download.pytorch.org/models/inception_v3_google-1a9a5a14.pth',
15+
'inception_v3_google': 'https://download.pytorch.org/models/inception_v3_google-0cc3c7bd.pth',
1616
}
1717

1818
InceptionOutputs = namedtuple('InceptionOutputs', ['logits', 'aux_logits'])

torchvision/models/vgg.py

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

1212

1313
model_urls = {
14-
'vgg11': 'https://download.pytorch.org/models/vgg11-bbd30ac9.pth',
15-
'vgg13': 'https://download.pytorch.org/models/vgg13-c768596a.pth',
14+
'vgg11': 'https://download.pytorch.org/models/vgg11-8a719046.pth',
15+
'vgg13': 'https://download.pytorch.org/models/vgg13-19584684.pth',
1616
'vgg16': 'https://download.pytorch.org/models/vgg16-397923af.pth',
1717
'vgg19': 'https://download.pytorch.org/models/vgg19-dcbb9e9d.pth',
1818
'vgg11_bn': 'https://download.pytorch.org/models/vgg11_bn-6002323d.pth',

0 commit comments

Comments
 (0)