pull/528/head
contrastive 3 years ago
parent cfc15283a4
commit de86314655

@ -24,7 +24,7 @@ def _cfg(url='', **kwargs):
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None,
'crop_pct': .9, 'interpolation': 'bicubic',
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
'classifier': 'head',
'first_conv': 'pixel_embed.proj', 'classifier': 'head',
**kwargs
}

Loading…
Cancel
Save