rhendz commited on
Commit
3af74ae
·
1 Parent(s): 23be06c

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +18 -0
preprocessor_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoImageProcessor": "image_processing_spice_cnn.SpiceCNNImageProcessor"
4
+ },
5
+ "do_normalize": false,
6
+ "do_rescale": false,
7
+ "do_resize": true,
8
+ "image_mean": 0.5,
9
+ "image_processor_type": "SpiceCNNImageProcessor",
10
+ "image_std": 0.5,
11
+ "resample": 2,
12
+ "rescale_factor": 0.00392156862745098,
13
+ "size": {
14
+ "height": 28,
15
+ "width": 28
16
+ },
17
+ "trust_remote_code": true
18
+ }