You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your work very much. I want to do some downstream tasks based on Remote CLIP, while it seems Incompatible for transformers format, such as:
from transformers import CLIPVisionModel
Can you transfer Remote CLIP to transformers format?