Update davit.py

pull/1630/head
Fredo Guan 3 years ago
parent d5eaf30976
commit 37ab7fe2e2

@ -595,7 +595,7 @@ def _cfg(url='', **kwargs):
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': (7, 7),
'crop_pct': 0.875, 'interpolation': 'bilinear',
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
'first_conv': 'patch_embed.proj', 'classifier': 'head.fc',
'first_conv': 'stem.proj', 'classifier': 'head.fc',
**kwargs
}

Loading…
Cancel
Save