mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Wrong pool_size for 288 ft
This commit is contained in:
parent
356309959c
commit
abff3f12ec
@ -1052,7 +1052,7 @@ default_cfgs = generate_default_cfgs({
|
||||
first_conv='conv1.0', crop_pct=0.95, test_crop_pct=1.0),
|
||||
'seresnextaa101d_32x8d.sw_in12k_ft_in1k_288': _ttcfg(
|
||||
hf_hub_id='timm/',
|
||||
crop_pct=0.95, input_size=(3, 288, 288), test_input_size=(3, 320, 320), test_crop_pct=1.0,
|
||||
crop_pct=0.95, input_size=(3, 288, 288), pool_size=(9, 9), test_input_size=(3, 320, 320), test_crop_pct=1.0,
|
||||
first_conv='conv1.0'),
|
||||
'seresnextaa101d_32x8d.sw_in12k_ft_in1k': _ttcfg(
|
||||
hf_hub_id='timm/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user