mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add proper pool size for new resnexts
This commit is contained in:
parent
3561f8e885
commit
b10310cc27
@ -1054,11 +1054,11 @@ default_cfgs = generate_default_cfgs({
|
|||||||
first_conv='conv1.0', test_crop_pct=1.0),
|
first_conv='conv1.0', test_crop_pct=1.0),
|
||||||
'seresnextaa201d_32x8d.sw_in12k_ft_in1k_384': _cfg(
|
'seresnextaa201d_32x8d.sw_in12k_ft_in1k_384': _cfg(
|
||||||
hf_hub_id='timm/',
|
hf_hub_id='timm/',
|
||||||
interpolation='bicubic', first_conv='conv1.0', input_size=(3, 384, 384), crop_pct=1.0),
|
interpolation='bicubic', first_conv='conv1.0', pool_size=(12, 12), input_size=(3, 384, 384), crop_pct=1.0),
|
||||||
'seresnextaa201d_32x8d.sw_in12k': _cfg(
|
'seresnextaa201d_32x8d.sw_in12k': _cfg(
|
||||||
hf_hub_id='timm/',
|
hf_hub_id='timm/',
|
||||||
num_classes=11821, interpolation='bicubic', first_conv='conv1.0',
|
num_classes=11821, interpolation='bicubic', first_conv='conv1.0',
|
||||||
crop_pct=0.95, input_size=(3, 320, 320), test_input_size=(3, 384, 384), test_crop_pct=1.0),
|
crop_pct=0.95, input_size=(3, 320, 320), pool_size=(10, 10), test_input_size=(3, 384, 384), test_crop_pct=1.0),
|
||||||
|
|
||||||
'resnetaa50d.sw_in12k': _ttcfg(
|
'resnetaa50d.sw_in12k': _ttcfg(
|
||||||
hf_hub_id='timm/',
|
hf_hub_id='timm/',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user