Factral commited on
Commit
936d9de
·
verified ·
1 Parent(s): 02f22ba

Training in progress epoch 0

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +3 -4
preprocessor_config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "crop_pct": 0.9,
3
  "do_normalize": true,
4
  "do_rescale": true,
5
  "do_resize": true,
@@ -8,7 +7,6 @@
8
  0.5,
9
  0.5
10
  ],
11
- "image_processor_type": "vit",
12
  "image_std": [
13
  0.5,
14
  0.5,
@@ -16,8 +14,9 @@
16
  ],
17
  "resample": 3,
18
  "rescale_factor": 0.00392156862745098,
 
19
  "size": {
20
- "height":224,
21
- "width":224
22
  }
23
  }
 
1
  {
 
2
  "do_normalize": true,
3
  "do_rescale": true,
4
  "do_resize": true,
 
7
  0.5,
8
  0.5
9
  ],
 
10
  "image_std": [
11
  0.5,
12
  0.5,
 
14
  ],
15
  "resample": 3,
16
  "rescale_factor": 0.00392156862745098,
17
+ "image_processor_type": "timm_wrapper",
18
  "size": {
19
+ "height": 224,
20
+ "width": 224
21
  }
22
  }