|
|
@ -53,11 +53,11 @@ default_cfgs = {
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnet26t_256_ra2-6f6fa748.pth',
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/resnet26t_256_ra2-6f6fa748.pth',
|
|
|
|
interpolation='bicubic', first_conv='conv1.0', input_size=(3, 256, 256), pool_size=(8, 8)),
|
|
|
|
interpolation='bicubic', first_conv='conv1.0', input_size=(3, 256, 256), pool_size=(8, 8)),
|
|
|
|
'resnet50': _cfg(
|
|
|
|
'resnet50': _cfg(
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnet50_ram-a26f946b.pth',
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rsb-weights/resnet50_a1_0-00ca2c6a.pth',
|
|
|
|
interpolation='bicubic'),
|
|
|
|
interpolation='bicubic'),
|
|
|
|
'resnet50d': _cfg(
|
|
|
|
'resnet50d': _cfg(
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnet50d_ra2-464e36ba.pth',
|
|
|
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/resnet50d_ra2-464e36ba.pth',
|
|
|
|
interpolation='bicubic', first_conv='conv1.0'),
|
|
|
|
interpolation='bicubic', first_conv='conv1.0', crop_pct=0.95),
|
|
|
|
'resnet50t': _cfg(
|
|
|
|
'resnet50t': _cfg(
|
|
|
|
url='',
|
|
|
|
url='',
|
|
|
|
interpolation='bicubic', first_conv='conv1.0'),
|
|
|
|
interpolation='bicubic', first_conv='conv1.0'),
|
|
|
|