steveGomez commited on
Commit
f2e87b7
·
verified ·
1 Parent(s): 14db18d

Upload preprocessor_config.json

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +11 -0
preprocessor_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "image_size": [224, 224],
3
+ "do_resize": true,
4
+ "do_normalize": true,
5
+ "mean": [0.485, 0.456, 0.406],
6
+ "std": [0.229, 0.224, 0.225],
7
+ "padding": "max_length",
8
+ "max_length": 20,
9
+ "pad_to_max_length": true,
10
+ "return_tensors": "pt"
11
+ }