mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
missed first_conv for rnv2 18d
This commit is contained in:
parent
3ed603a2ce
commit
72f0edb7e8
@ -699,7 +699,7 @@ default_cfgs = generate_default_cfgs({
|
||||
'resnetv2_18.untrained': _cfg(
|
||||
interpolation='bicubic', crop_pct=0.95),
|
||||
'resnetv2_18d.untrained': _cfg(
|
||||
interpolation='bicubic', crop_pct=0.95),
|
||||
interpolation='bicubic', crop_pct=0.95, first_conv='stem.conv1'),
|
||||
'resnetv2_50.a1h_in1k': _cfg(
|
||||
hf_hub_id='timm/',
|
||||
interpolation='bicubic', crop_pct=0.95, test_input_size=(3, 288, 288), test_crop_pct=1.0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user