mlfoundations / open_clip

An open source implementation of CLIP.
Other
9.14k stars 908 forks source link

A NotImplementedError occurred when I imported the pre-trained weights of RN50. #846

Closed FudaMingdaXsc closed 2 months ago

FudaMingdaXsc commented 3 months ago

I want to use RN50 for distillation but an error occurs when importing.

modelt, , _ = open_clip.create_model_and_transforms(model_name="RN50", pretrained="openai") ![Uploading 1711453175861.png…]()