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