Add first conv metadata for efficientformer_v2
parent
72fba669a8
commit
8682528096
|
@ -653,7 +653,7 @@ def _cfg(url='', **kwargs):
|
||||||
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None, 'fixed_input_size': True,
|
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None, 'fixed_input_size': True,
|
||||||
'crop_pct': .95, 'interpolation': 'bicubic',
|
'crop_pct': .95, 'interpolation': 'bicubic',
|
||||||
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
|
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
|
||||||
'classifier': 'head',
|
'classifier': 'head', 'first_conv': 'stem.conv1.conv',
|
||||||
**kwargs
|
**kwargs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue