Upload patch4_config.json with huggingface_hub
Browse files- patch4_config.json +12 -0
patch4_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"img_size": 32,
|
| 3 |
+
"in_channels": 3,
|
| 4 |
+
"num_classes": 10,
|
| 5 |
+
"embed_dim": 256,
|
| 6 |
+
"depth": 6,
|
| 7 |
+
"num_heads": 8,
|
| 8 |
+
"mlp_dim": 512,
|
| 9 |
+
"dropout": 0.1,
|
| 10 |
+
"pos_embed_type": "1d",
|
| 11 |
+
"patch_size": 4
|
| 12 |
+
}
|