Fixing deprecation warnings for feature_extractor_type
#4
by
velaia
- opened
Could not find image processor class in the image processor config or the model config. Loading based on pattern matching with the model's feature extractor configuration. Please open a PR/issue to update preprocessor_config.json
to use image_processor_type
instead of feature_extractor_type
. This warning will be removed in v4.40.
/Users/user/git/trocr-base-handwritten/.venv/lib/python3.12/site-packages/transformers/models/vit/feature_extraction_vit.py:28: FutureWarning: The class ViTFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use ViTImageProcessor instead.
Thanks, it's now fixed!
nielsr
changed pull request status to
closed