Zero-Shot Image Classification
OpenCLIP
clip
visheratin commited on
Commit
28298d7
1 Parent(s): b3cabf8

Update open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +7 -7
open_clip_config.json CHANGED
@@ -19,16 +19,16 @@
19
  },
20
  "preprocess_cfg": {
21
  "mean": [
22
- 0.48145466,
23
- 0.4578275,
24
- 0.40821073
25
  ],
26
  "std": [
27
- 0.26862954,
28
- 0.26130258,
29
- 0.27577711
30
  ],
31
  "interpolation": "bicubic",
32
- "resize_mode": "shortest"
33
  }
34
  }
 
19
  },
20
  "preprocess_cfg": {
21
  "mean": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
  ],
26
  "std": [
27
+ 0.5,
28
+ 0.5,
29
+ 0.5
30
  ],
31
  "interpolation": "bicubic",
32
+ "resize_mode": "squash"
33
  }
34
  }