File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
9
9
10
10
model_urls = {
11
- 'alexnet' : 'https://download.pytorch.org/models/alexnet-owt-4df8aa71 .pth' ,
11
+ 'alexnet' : 'https://download.pytorch.org/models/alexnet-owt-7be5be79 .pth' ,
12
12
}
13
13
14
14
Original file line number Diff line number Diff line change 11
11
12
12
13
13
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' ,
19
19
'resnext50_32x4d' : 'https://download.pytorch.org/models/resnext50_32x4d-7cdf4587.pth' ,
20
20
'resnext101_32x8d' : 'https://download.pytorch.org/models/resnext101_32x8d-8ba56ff5.pth' ,
21
21
'wide_resnet50_2' : 'https://download.pytorch.org/models/wide_resnet50_2-95faca4d.pth' ,
You can’t perform that action at this time.
0 commit comments