We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa2930 commit 61df3fdCopy full SHA for 61df3fd
timm/models/mobilenetv3.py
@@ -1020,7 +1020,7 @@ def _cfg(url: str = '', **kwargs):
1020
1021
'mobilenetv4_hybrid_medium.e200_r256_in12k_ft_in1k': _cfg(
1022
hf_hub_id='timm/',
1023
- input_size=(3, 256, 256), pool_size=(12, 12),
+ input_size=(3, 256, 256), pool_size=(8, 8),
1024
crop_pct=0.95, test_input_size=(3, 320, 320), test_crop_pct=1.0, interpolation='bicubic'),
1025
'mobilenetv4_hybrid_medium.ix_e550_r256_in1k': _cfg(
1026
@@ -1036,7 +1036,7 @@ def _cfg(url: str = '', **kwargs):
1036
'mobilenetv4_hybrid_medium.e200_r256_in12k': _cfg(
1037
1038
num_classes=11821,
1039
1040
1041
'mobilenetv4_hybrid_large.ix_e600_r384_in1k': _cfg(
1042
0 commit comments