We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1ff97 commit 9b2daf2Copy full SHA for 9b2daf2
timm/models/resnet.py
@@ -91,8 +91,8 @@ def _cfg(url='', **kwargs):
91
92
# ResNeXt
93
'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'),
+ url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnext50_32x4d_a1h-0146ab0a.pth',
+ interpolation='bicubic', crop_pct=0.95),
96
'resnext50d_32x4d': _cfg(
97
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnext50d_32x4d-103e99f8.pth',
98
interpolation='bicubic',
0 commit comments