Akimotorakiyu commited on
Commit
d23abb6
·
verified ·
1 Parent(s): a0dded1

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +16 -0
preprocessor_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_mean": [
3
+ 0.1307
4
+ ],
5
+ "image_std": [
6
+ 0.3081
7
+ ],
8
+ "do_normalize": true,
9
+ "do_resize": true,
10
+ "size": {
11
+ "height": 28,
12
+ "width": 28
13
+ },
14
+ "resample": 2,
15
+ "do_center_crop": false
16
+ }