compositional_test / transformers /utils /test_module /custom_image_processing.py
chendl's picture
add requirements
a1d409e
raw
history blame
103 Bytes
from transformers import CLIPImageProcessor
class CustomImageProcessor(CLIPImageProcessor):
pass