I have a dataset with 1 text and 10 images. I can pass 1 image with multiple text input in CLIPModel. But can I pass multiple image with single text like below?
outputs = model(text,[image1, image2, image3,......])
I have a dataset with 1 text and 10 images. I can pass 1 image with multiple text input in CLIPModel. But can I pass multiple image with single text like below?
outputs = model(text,[image1, image2, image3,......])