mhassanch commited on
Commit
0aa4a0a
·
1 Parent(s): 19c5d2b

update preprocessor config

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