Skip to content

Commit 9b2daf2

Browse files
committed
Add ResNeXt-50 weights 81.1 top-1 @ 224, 82 @ 288 with A1 'high aug' recipe
1 parent 0a1ff97 commit 9b2daf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timm/models/resnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ def _cfg(url='', **kwargs):
9191

9292
# ResNeXt
9393
'resnext50_32x4d': _cfg(
94-
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnext50_32x4d_ra-d733960d.pth',
95-
interpolation='bicubic'),
94+
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnext50_32x4d_a1h-0146ab0a.pth',
95+
interpolation='bicubic', crop_pct=0.95),
9696
'resnext50d_32x4d': _cfg(
9797
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnext50d_32x4d-103e99f8.pth',
9898
interpolation='bicubic',

0 commit comments

Comments
 (0)