JALAPENO11 commited on
Commit
9a35b8f
·
verified ·
1 Parent(s): ed27bd7

Upload 5_best_plus_mixup_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 5_best_plus_mixup_config.json +13 -0
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
+ }