@@ -241,31 +241,31 @@ def _cfg(url='', **kwargs):
241241
242242 # ResNet-RS models
243243 'resnetrs50' : _cfg (
244- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs50-7c9728e2 .pth' ,
244+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs50_ema-6b53758b .pth' ,
245245 input_size = (3 , 160 , 160 ), pool_size = (5 , 5 ), crop_pct = 0.91 , test_input_size = (3 , 224 , 224 ),
246246 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
247247 'resnetrs101' : _cfg (
248- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs101-3e4bb55c .pth' ,
248+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs101_i192_ema-1509bbf6 .pth' ,
249249 input_size = (3 , 192 , 192 ), pool_size = (6 , 6 ), crop_pct = 0.94 , test_input_size = (3 , 288 , 288 ),
250250 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
251251 'resnetrs152' : _cfg (
252- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs152-b1efe56d .pth' ,
252+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs152_i256_ema-a9aff7f9 .pth' ,
253253 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 1.0 , test_input_size = (3 , 320 , 320 ),
254254 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
255255 'resnetrs200' : _cfg (
256- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs200-b455b791 .pth' ,
256+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs200_ema-623d2f59 .pth' ,
257257 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 1.0 , test_input_size = (3 , 320 , 320 ),
258258 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
259259 'resnetrs270' : _cfg (
260- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs270-cafcfbc7 .pth' ,
261- input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 1.0 , test_input_size = (3 , 320 , 320 ),
260+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs270_ema-b40e674c .pth' ,
261+ input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 1.0 , test_input_size = (3 , 352 , 352 ),
262262 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
263263 'resnetrs350' : _cfg (
264- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs350-06d9bfac .pth' ,
264+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs350_i256_ema-5a1aa8f1 .pth' ,
265265 input_size = (3 , 288 , 288 ), pool_size = (9 , 9 ), crop_pct = 1.0 , test_input_size = (3 , 384 , 384 ),
266266 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
267267 'resnetrs420' : _cfg (
268- url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs420-d26764a5 .pth' ,
268+ url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-rs-weights/resnetrs420_ema-972dee69 .pth' ,
269269 input_size = (3 , 320 , 320 ), pool_size = (10 , 10 ), crop_pct = 1.0 , test_input_size = (3 , 416 , 416 ),
270270 interpolation = 'bicubic' , first_conv = 'conv1.0' ),
271271}
0 commit comments