mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add ResNeXt-50 weights 81.1 top-1 @ 224, 82 @ 288 with A1 'high aug' recipe
This commit is contained in:
parent
0a1ff9744a
commit
9b2daf2a35
@ -91,8 +91,8 @@ default_cfgs = {
|
||||
|
||||
# ResNeXt
|
||||
'resnext50_32x4d': _cfg(
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnext50_32x4d_ra-d733960d.pth',
|
||||
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),
|
||||
'resnext50d_32x4d': _cfg(
|
||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnext50d_32x4d-103e99f8.pth',
|
||||
interpolation='bicubic',
|
||||
|
Loading…
x
Reference in New Issue
Block a user