deit3-autoscan / config.json
parlange's picture
Upload config.json with huggingface_hub
3d7fe29 verified
{
"architecture": "deit3_base_patch16_224",
"num_classes": 2,
"input_size": [
3,
224,
224
],
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"first_conv": "patch_embed.proj",
"classifier": "head"
}