File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
model_urls = {
14
14
# 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' ,
16
16
}
17
17
18
18
InceptionOutputs = namedtuple ('InceptionOutputs' , ['logits' , 'aux_logits' ])
Original file line number Diff line number Diff line change 11
11
12
12
13
13
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' ,
16
16
'vgg16' : 'https://download.pytorch.org/models/vgg16-397923af.pth' ,
17
17
'vgg19' : 'https://download.pytorch.org/models/vgg19-dcbb9e9d.pth' ,
18
18
'vgg11_bn' : 'https://download.pytorch.org/models/vgg11_bn-6002323d.pth' ,
You can’t perform that action at this time.
0 commit comments