abhaymathur21 commited on
Commit
56daa35
·
verified ·
1 Parent(s): 483f2fc

change feature_extractor_type to image_processor_type in preprocessor_config.json

Browse files

![image.png](https://cdn-uploads.huggingface.co/production/uploads/65dc4819d6961d2df46306a7/dhrYxIbppnwGF1Hz8rkHa.png)

I was told to do this while running the model

Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "do_normalize": true,
3
  "do_resize": true,
4
- "feature_extractor_type": "ViTFeatureExtractor",
5
  "image_mean": [
6
  0.485,
7
  0.456,
 
1
  {
2
  "do_normalize": true,
3
  "do_resize": true,
4
+ "image_processor_type": "ViTFeatureExtractor",
5
  "image_mean": [
6
  0.485,
7
  0.456,