Skip to content

Commit 4027412

Browse files
committed
Add resnet33ts weights, update resnext26ts baseline weights
1 parent 5bd0471 commit 4027412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timm/models/byobnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _cfg(url='', **kwargs):
9898
test_input_size=(3, 288, 288), crop_pct=1.0, interpolation='bicubic'),
9999

100100
'resnext26ts': _cfg(
101-
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnext26ts_256-df727fca.pth',
101+
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnext26ts_256_ra2-8bbd9106.pth',
102102
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
103103
'gcresnext26ts': _cfg(
104104
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/gcresnext26ts_256-e414378b.pth',
@@ -118,7 +118,7 @@ def _cfg(url='', **kwargs):
118118
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnet32ts_256-aacf5250.pth',
119119
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
120120
'resnet33ts': _cfg(
121-
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/gcresnet33ts_256-0e0cd345.pth',
121+
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnet33ts_256-e91b09a4.pth',
122122
first_conv='stem.conv1.conv', input_size=(3, 256, 256), pool_size=(8, 8), interpolation='bicubic'),
123123
'gcresnet33ts': _cfg(
124124
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/gcresnet33ts_256-0e0cd345.pth',

0 commit comments

Comments
 (0)