mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update head metadata for effformerv2
This commit is contained in:
parent
8682528096
commit
13acac8c5e
@ -653,7 +653,7 @@ def _cfg(url='', **kwargs):
|
||||
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None, 'fixed_input_size': True,
|
||||
'crop_pct': .95, 'interpolation': 'bicubic',
|
||||
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
|
||||
'classifier': 'head', 'first_conv': 'stem.conv1.conv',
|
||||
'classifier': ('head', 'head_dist'), 'first_conv': 'stem.conv1.conv',
|
||||
**kwargs
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user