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

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -16
config.json CHANGED
@@ -1,22 +1,13 @@
1
  {
2
- "url": "",
3
- "file": "vit_m16_240-12k-8.pth",
4
- "hf_hub_id": "",
5
- "hf_hub_filename": "",
6
- "source": "",
7
  "architecture": "vit_medium_patch16_gap_240",
8
- "custom_load": false,
9
  "input_size": [
10
  3,
11
  240,
12
  240
13
  ],
14
- "test_input_size": null,
15
- "min_input_size": null,
16
  "fixed_input_size": true,
17
  "interpolation": "bicubic",
18
  "crop_pct": 0.95,
19
- "test_crop_pct": null,
20
  "crop_mode": "center",
21
  "mean": [
22
  0.5,
@@ -29,14 +20,7 @@
29
  0.5
30
  ],
31
  "num_classes": 11821,
32
- "label_offset": 0,
33
- "pool_size": null,
34
- "test_pool_size": null,
35
  "first_conv": "patch_embed.proj",
36
  "classifier": "head",
37
- "license": "",
38
- "source_url": "",
39
- "paper": "",
40
- "notes": "",
41
  "num_features": 512
42
  }
 
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,
 
20
  0.5
21
  ],
22
  "num_classes": 11821,
 
 
 
23
  "first_conv": "patch_embed.proj",
24
  "classifier": "head",
 
 
 
 
25
  "num_features": 512
26
  }