@@ -284,50 +284,63 @@ def _cfg(url='', **kwargs):
284284 # GPU-Efficient (ResNet) weights
285285 'botnet26t_256.c1_in1k' : _cfg (
286286 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/botnet26t_c1_256-167a0e9f.pth' ,
287+ hf_hub_id = 'timm/' ,
287288 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
288289 'sebotnet33ts_256.a1h_in1k' : _cfg (
289290 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/sebotnet33ts_a1h2_256-957e3c3e.pth' ,
291+ hf_hub_id = 'timm/' ,
290292 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 0.94 ),
291293 'botnet50ts_256.untrained' : _cfg (
292294 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
293295 'eca_botnext26ts_256.c1_in1k' : _cfg (
294296 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/eca_botnext26ts_c_256-95a898f6.pth' ,
297+ hf_hub_id = 'timm/' ,
295298 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
296299
297300 'halonet_h1.untrained' : _cfg (input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), min_input_size = (3 , 256 , 256 )),
298301 'halonet26t.a1h_in1k' : _cfg (
299302 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/halonet26t_a1h_256-3083328c.pth' ,
303+ hf_hub_id = 'timm/' ,
300304 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), min_input_size = (3 , 256 , 256 )),
301305 'sehalonet33ts.ra2_in1k' : _cfg (
302306 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/sehalonet33ts_256-87e053f9.pth' ,
307+ hf_hub_id = 'timm/' ,
303308 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), min_input_size = (3 , 256 , 256 ), crop_pct = 0.94 ),
304309 'halonet50ts.a1h_in1k' : _cfg (
305310 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/halonet50ts_a1h2_256-f3a3daee.pth' ,
311+ hf_hub_id = 'timm/' ,
306312 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), min_input_size = (3 , 256 , 256 ), crop_pct = 0.94 ),
307313 'eca_halonext26ts.c1_in1k' : _cfg (
308314 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/eca_halonext26ts_c_256-06906299.pth' ,
315+ hf_hub_id = 'timm/' ,
309316 input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), min_input_size = (3 , 256 , 256 ), crop_pct = 0.94 ),
310317
311318 'lambda_resnet26t.c1_in1k' : _cfg (
312319 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/lambda_resnet26t_c_256-e5a5c857.pth' ,
320+ hf_hub_id = 'timm/' ,
313321 min_input_size = (3 , 128 , 128 ), input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 0.94 ),
314322 'lambda_resnet50ts.a1h_in1k' : _cfg (
315323 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/lambda_resnet50ts_a1h_256-b87370f7.pth' ,
324+ hf_hub_id = 'timm/' ,
316325 min_input_size = (3 , 128 , 128 ), input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
317326 'lambda_resnet26rpt_256.c1_in1k' : _cfg (
318327 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/lambda_resnet26rpt_c_256-ab00292d.pth' ,
328+ hf_hub_id = 'timm/' ,
319329 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 ), crop_pct = 0.94 ),
320330
321331 'haloregnetz_b.ra3_in1k' : _cfg (
322332 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/haloregnetz_c_raa_256-c8ad7616.pth' ,
333+ hf_hub_id = 'timm/' ,
323334 mean = (0.5 , 0.5 , 0.5 ), std = (0.5 , 0.5 , 0.5 ),
324335 first_conv = 'stem.conv' , input_size = (3 , 224 , 224 ), pool_size = (7 , 7 ), min_input_size = (3 , 224 , 224 ), crop_pct = 0.94 ),
325336
326337 'lamhalobotnet50ts_256.a1h_in1k' : _cfg (
327338 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/lamhalobotnet50ts_a1h2_256-fe3d9445.pth' ,
339+ hf_hub_id = 'timm/' ,
328340 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
329341 'halo2botnet50ts_256.a1h_in1k' : _cfg (
330342 url = 'https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-attn-weights/halo2botnet50ts_a1h2_256-fd9c11a3.pth' ,
343+ hf_hub_id = 'timm/' ,
331344 fixed_input_size = True , input_size = (3 , 256 , 256 ), pool_size = (8 , 8 )),
332345})
333346
0 commit comments