baaivision / EVA

EVA Series: Visual Representation Fantasies from BAAI
MIT License
2.09k stars 148 forks source link

eva_clip folder does not have create_model_and_transforms.py file #113

Open JeavanCode opened 10 months ago

JeavanCode commented 10 months ago

Sorry to bother, but in the usage guidance in eva-clip, there is a line: "from eva_clip import create_model_and_transforms, get_tokenizer". However, I could not find such a file in the folder. I understand it might be obvious but I just can't figure it out. I found vision tower alone in timm but I would like to use the language tower as well.

skydh commented 3 months ago

this is a function, in rel/factory.py ,maybe this can help you