JALAPENO11 commited on
Commit
8e053e9
·
verified ·
1 Parent(s): 03ec658

Upload patch4_config.json with huggingface_hub

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