rwightman HF staff commited on
Commit
a0e6407
1 Parent(s): 5d768e4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +27 -22
config.json CHANGED
@@ -1,26 +1,31 @@
1
  {
2
  "architecture": "vit_medium_patch16_gap_240",
3
- "input_size": [
4
- 3,
5
- 240,
6
- 240
7
- ],
8
- "fixed_input_size": true,
9
- "interpolation": "bicubic",
10
- "crop_pct": 0.95,
11
- "crop_mode": "center",
12
- "mean": [
13
- 0.5,
14
- 0.5,
15
- 0.5
16
- ],
17
- "std": [
18
- 0.5,
19
- 0.5,
20
- 0.5
21
- ],
22
  "num_classes": 11821,
23
- "first_conv": "patch_embed.proj",
24
- "classifier": "head",
25
- "num_features": 512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  }
 
1
  {
2
  "architecture": "vit_medium_patch16_gap_240",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "num_classes": 11821,
4
+ "num_features": 512,
5
+ "global_pool": "avg",
6
+ "pretrained_cfg": {
7
+ "custom_load": false,
8
+ "input_size": [
9
+ 3,
10
+ 240,
11
+ 240
12
+ ],
13
+ "fixed_input_size": true,
14
+ "interpolation": "bicubic",
15
+ "crop_pct": 0.95,
16
+ "crop_mode": "center",
17
+ "mean": [
18
+ 0.5,
19
+ 0.5,
20
+ 0.5
21
+ ],
22
+ "std": [
23
+ 0.5,
24
+ 0.5,
25
+ 0.5
26
+ ],
27
+ "num_classes": 11821,
28
+ "first_conv": "patch_embed.proj",
29
+ "classifier": "head"
30
+ }
31
  }