vit-cifar10-patch2 / patch2_config.json
JALAPENO11's picture
Upload patch2_config.json with huggingface_hub
e652c52 verified
{
"img_size": 32,
"in_channels": 3,
"num_classes": 10,
"embed_dim": 256,
"depth": 6,
"num_heads": 8,
"mlp_dim": 512,
"dropout": 0.1,
"pos_embed_type": "1d",
"patch_size": 2
}