Open alevinno opened 1 year ago
where in it?
The warning indicates that the CLIPFeatureExtractor class in the transformers library is deprecated and will be removed in version 5. Users are advised to switch to the CLIPImageProcessor class instead. This change is necessary to maintain compatibility with the latest updates and features of the transformers library.
I don't think it's a big problem because it's just a warning.
Hi, What shoud I do to deal with this message: /anaconda3/envs/visgpt/lib/python3.8/site-packages/transformers/models/clip/feature_extraction_clip.py:28: FutureWarning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead.