imliuhan commited on
Commit
87c614e
·
1 Parent(s): 52540b4

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -23
config.json DELETED
@@ -1,23 +0,0 @@
1
- {
2
- "data": {
3
- "crop_mode": "center",
4
- "crop_pct": 0.875,
5
- "input_size": [
6
- 3,
7
- 224,
8
- 224
9
- ],
10
- "interpolation": "bicubic",
11
- "mean": [
12
- 0.485,
13
- 0.456,
14
- 0.406
15
- ],
16
- "std": [
17
- 0.229,
18
- 0.224,
19
- 0.225
20
- ]
21
- },
22
- "transformers_version": "4.35.2"
23
- }