mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
bugfix pool_size
This commit is contained in:
parent
6fdc9d8243
commit
ea33d6a74d
@ -431,7 +431,7 @@ default_cfgs = generate_default_cfgs({
|
|||||||
hf_hub_id='naver-ai/rdnet_large.nv_in1k'),
|
hf_hub_id='naver-ai/rdnet_large.nv_in1k'),
|
||||||
'rdnet_large.nv_in1k_ft_in1k_384': _cfg(
|
'rdnet_large.nv_in1k_ft_in1k_384': _cfg(
|
||||||
hf_hub_id='naver-ai/rdnet_large.nv_in1k_ft_in1k_384',
|
hf_hub_id='naver-ai/rdnet_large.nv_in1k_ft_in1k_384',
|
||||||
input_size=(3, 384, 384), crop_pct=1.0),
|
input_size=(3, 384, 384), crop_pct=1.0, pool_size=(12, 12)),
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user