songy / transformers /utils /test_module /custom_image_processing.py
trishv's picture
Upload 2383 files
96e9536
raw
history blame contribute delete
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass