mhassanch commited on
Commit
83e19e2
·
1 Parent(s): b17f5b8

add preprocessor config

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +7 -0
preprocessor_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_format": "channels_first",
3
+ "default_to_square": true,
4
+ "device": null,
5
+ "do_convert_rgb": true,
6
+ "return_tensors": true
7
+ }