Srikumar26 commited on
Commit
172006a
1 Parent(s): deb650b

Upload config

Browse files
Files changed (1) hide show
  1. config.json +13 -2
config.json CHANGED
@@ -4,10 +4,21 @@
4
  "decoder_num_heads": 16,
5
  "depth": 24,
6
  "embed_dim": 1024,
 
 
 
 
 
7
  "img_size": 224,
 
 
 
 
 
8
  "in_chans": 3,
9
  "mlp_ratio": 4,
10
  "norm_pix_loss": false,
11
  "num_heads": 16,
12
- "patch_size": 16
13
- }
 
 
4
  "decoder_num_heads": 16,
5
  "depth": 24,
6
  "embed_dim": 1024,
7
+ "img_mean": [
8
+ 0.4182007312774658,
9
+ 0.4214799106121063,
10
+ 0.3991275727748871
11
+ ],
12
  "img_size": 224,
13
+ "img_std": [
14
+ 0.28774282336235046,
15
+ 0.27541765570640564,
16
+ 0.2764017581939697
17
+ ],
18
  "in_chans": 3,
19
  "mlp_ratio": 4,
20
  "norm_pix_loss": false,
21
  "num_heads": 16,
22
+ "patch_size": 16,
23
+ "transformers_version": "4.45.2"
24
+ }